Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-e7000.c787 int thischar = nextchar (); in fetch_regs_from_dump() local
798 while (thischar != '\n' && thischar != '\r') in fetch_regs_from_dump()
799 thischar = nextchar (); in fetch_regs_from_dump()
800 while (thischar == '\n' || thischar == '\r') in fetch_regs_from_dump()
801 thischar = nextchar (); in fetch_regs_from_dump()
806 while (thischar == ' ' in fetch_regs_from_dump()
807 || thischar == '\t' in fetch_regs_from_dump()
808 || thischar == '\r' in fetch_regs_from_dump()
809 || thischar == '\n') in fetch_regs_from_dump()
810 thischar = nextchar (); in fetch_regs_from_dump()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c4945 boolean prevchar, thischar; variable
4952 thischar = WORDCHAR_P (d);
4953 if (prevchar != thischar)
4960 boolean prevchar, thischar; variable
4967 thischar = WORDCHAR_P (d);
4968 if (prevchar != thischar)
/openbsd/src/gnu/lib/libiberty/src/
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()