Searched refs:nextch (Results 1 – 4 of 4) sorted by relevance
940 register char nextch; local949 nextch = '\0';951 nextch = *OPERAND(next);957 if (nextch == '\0' || *reginput == nextch)
475 char nextch; in expect_str() local502 kr = (*Read)(fn, &nextch, 1); in expect_str()509 c = nextch & 0177; in expect_str()512 if ((*rp = nextch & 0177) != NULLCHAR) in expect_str()
101 wchar_t nextch();216 c = nextch(); in yylex()237 if ((c = nextch()) == '^') { in yylex()239 c = nextch(); in yylex()247 if ((c = nextch()) != 0) { in yylex()275 } while ((c = nextch()) != ']'); in yylex()280 if ((c = nextch()) == '\0') synerror(); in yylex()294 nextch(void) in nextch() function
679 char nextch; local705 kr = (*Read)(fn, &nextch, 1);712 c = nextch & 0177;715 if ((*rp = nextch & 0177) != NULLCHAR)