Searched refs:nextch (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.bin/printf/
H A Dprintf.c202 char convch, nextch; local
261 nextch = *++fmt;
332 *fmt = nextch;
/freebsd-10-stable/contrib/less/
H A Dregexp.c975 register char nextch; local
984 nextch = '\0';
986 nextch = *OPERAND(next);
992 if (nextch == '\0' || *reginput == nextch)

Completed in 49 milliseconds