Home
last modified time | relevance | path

Searched refs:nextch (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A Dregexp.c940 register char nextch; local
949 nextch = '\0';
951 nextch = *OPERAND(next);
957 if (nextch == '\0' || *reginput == nextch)
/onnv-gate/usr/src/lib/libnsl/dial/
H A Dconn.c475 char nextch; in expect_str() local
502 kr = (*Read)(fn, &nextch, 1); in expect_str()
509 c = nextch & 0177; in expect_str()
512 if ((*rp = nextch & 0177) != NULLCHAR) in expect_str()
/onnv-gate/usr/src/cmd/egrep/
H A Degrep.y101 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
/onnv-gate/usr/src/cmd/bnu/
H A Dconn.c679 char nextch; local
705 kr = (*Read)(fn, &nextch, 1);
712 c = nextch & 0177;
715 if ((*rp = nextch & 0177) != NULLCHAR)