Home
last modified time | relevance | path

Searched refs:thischar (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Dremote-e7000.c786 int thischar = nextchar (); in fetch_regs_from_dump() local
797 while (thischar != '\n' && thischar != '\r') in fetch_regs_from_dump()
798 thischar = nextchar (); in fetch_regs_from_dump()
799 while (thischar == '\n' || thischar == '\r') in fetch_regs_from_dump()
800 thischar = nextchar (); in fetch_regs_from_dump()
805 while (thischar == ' ' in fetch_regs_from_dump()
806 || thischar == '\t' in fetch_regs_from_dump()
807 || thischar == '\r' in fetch_regs_from_dump()
808 || thischar == '\n') in fetch_regs_from_dump()
809 thischar = nextchar (); in fetch_regs_from_dump()
[all …]
/freebsd-10-stable/contrib/binutils/libiberty/
Dregex.c7304 boolean prevchar, thischar; in wcs_re_match_2_internal() local
7311 thischar = WORDCHAR_P (d); in wcs_re_match_2_internal()
7312 if (prevchar != thischar) in wcs_re_match_2_internal()
7319 boolean prevchar, thischar; in wcs_re_match_2_internal() local
7326 thischar = WORDCHAR_P (d); in wcs_re_match_2_internal()
7327 if (prevchar != thischar) in wcs_re_match_2_internal()
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dregex.c7304 boolean prevchar, thischar; in wcs_re_match_2_internal() local
7311 thischar = WORDCHAR_P (d); in wcs_re_match_2_internal()
7312 if (prevchar != thischar) in wcs_re_match_2_internal()
7319 boolean prevchar, thischar; in wcs_re_match_2_internal() local
7326 thischar = WORDCHAR_P (d); in wcs_re_match_2_internal()
7327 if (prevchar != thischar) in wcs_re_match_2_internal()