Searched refs:thischar (Results 1 – 3 of 3) sorted by relevance
786 int thischar = nextchar (); in fetch_regs_from_dump() local797 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 …]
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()