Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/less/
HDregexp.c953 register char nextch; in regmatch() local
962 nextch = '\0'; in regmatch()
964 nextch = *OPERAND(next); in regmatch()
970 if (nextch == '\0' || *reginput == nextch) in regmatch()
/freebsd-14-stable/usr.bin/printf/
HDprintf.c214 char convch, nextch; in printf_doformat() local
368 nextch = *++fmt; in printf_doformat()
442 *fmt = nextch; in printf_doformat()