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

/freebsd-current/usr.bin/printf/
H A Dprintf.c200 char convch, nextch; local
354 nextch = *++fmt;
428 *fmt = nextch;
/freebsd-current/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 77 milliseconds