Searched defs:nextch (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c180 char convch, nextch; local
341 nextch = *++fmt;
412 *fmt = nextch;
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c475 char nextch; local
502 kr = (*Read)(fn, &nextch, 1);
509 c = nextch & 0177;
512 if ((*rp = nextch & 0177) != NULLCHAR)
/illumos-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)

Completed in 101 milliseconds