Searched refs:nextch (Results 1 – 4 of 4) sorted by relevance
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()
103 wchar_t nextch();219 c = nextch(); in yylex()240 if ((c = nextch()) == '^') { in yylex()242 c = nextch(); in yylex()250 if ((c = nextch()) != 0) { in yylex()278 } while ((c = nextch()) != ']'); in yylex()283 if ((c = nextch()) == '\0') synerror(); in yylex()297 nextch(void) in nextch() function
180 char convch, nextch; in doformat() local341 nextch = *++fmt; in doformat()412 *fmt = nextch; in doformat()
679 char nextch; local705 kr = (*Read)(fn, &nextch, 1);712 c = nextch & 0177;715 if ((*rp = nextch & 0177) != NULLCHAR)