Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/cmd/egrep/
H A Degrep.y103 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
/titanic_50/usr/src/cmd/printf/
H A Dprintf.c180 char convch, nextch; in doformat() local
341 nextch = *++fmt; in doformat()
412 *fmt = nextch; in doformat()
/titanic_50/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)