Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c953 register char nextch;
962 nextch = '\0';
964 nextch = *OPERAND(next);
970 if (nextch == '\0' || *reginput == nextch)
975 register char nextch; global() local
/freebsd/usr.bin/printf/
H A Dprintf.c200 char convch, nextch; in printf_doformat() local
354 nextch = *++fmt; in printf_doformat()
428 *fmt = nextch; in printf_doformat()