Searched refs:nextch (Results 1 – 3 of 3) sorted by relevance
1044 register char nextch; in regmatch() local1053 nextch = '\0'; in regmatch()1055 nextch = *OPERAND(next); in regmatch()1061 if (nextch == '\0' || *reginput == nextch) in regmatch()
200 char convch, nextch; in printf_doformat() local354 nextch = *++fmt; in printf_doformat()428 *fmt = nextch; in printf_doformat()
23220 int nextch = '\0'; in regmatchsimplerepeat() local23230 nextch = preg->program[OPERAND(next)]; in regmatchsimplerepeat()23257 if (reg_iseol(preg, nextch) || c == nextch) { in regmatchsimplerepeat()