Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c1044 register char nextch; in regmatch() local
1053 nextch = '\0'; in regmatch()
1055 nextch = *OPERAND(next); in regmatch()
1061 if (nextch == '\0' || *reginput == nextch) in regmatch()
/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()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c23220 int nextch = '\0'; in regmatchsimplerepeat() local
23230 nextch = preg->program[OPERAND(next)]; in regmatchsimplerepeat()
23257 if (reg_iseol(preg, nextch) || c == nextch) { in regmatchsimplerepeat()