Searched refs:thischar (Results 1 – 3 of 3) sorted by relevance
787 int thischar = nextchar (); in fetch_regs_from_dump() local798 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 …]
4945 boolean prevchar, thischar; variable4952 thischar = WORDCHAR_P (d);4953 if (prevchar != thischar)4960 boolean prevchar, thischar; variable4967 thischar = WORDCHAR_P (d);4968 if (prevchar != thischar)
7304 boolean prevchar, thischar; in wcs_re_match_2_internal() local7311 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() local7326 thischar = WORDCHAR_P (d); in wcs_re_match_2_internal()7327 if (prevchar != thischar) in wcs_re_match_2_internal()