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

/macosx-10.10/lsof-53/lsof/lib/
H A Dsnpf.c312 nextch:
321 goto nextch;
338 goto nextch;
344 goto nextch;
347 goto nextch;
350 goto nextch;
355 goto nextch;
358 goto nextch;
/macosx-10.10/shell_cmds-179/printf/
H A Dprintf.c189 char convch, nextch; local
248 nextch = *++fmt;
327 *fmt = nextch;
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dprintf.c181 char convch, thisch, nextch, *format, *modstart, *fmt, *start; local
250 fmt += tescape (fmt, &nextch, (int *)NULL);
251 PC (nextch);
326 nextch = modstart[1];
502 modstart[1] = nextch;
/macosx-10.10/less-25/less/
H A Dregexp.c972 register char nextch; local
981 nextch = '\0';
983 nextch = *OPERAND(next);
989 if (nextch == '\0' || *reginput == nextch)
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_regexp.c952 register char nextch;
965 nextch = '\0';
967 nextch = *OPERAND(next);
974 if (nextch == '\0' || *reginput == nextch || *reginput == '\0') {
H A Dexp_clib.c1143 register char nextch; local
1152 nextch = '\0';
1154 nextch = *OPERAND(next);
1160 if (nextch == '\0' || *restate->reginput == nextch)
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc-source.cxx1937 nextch, // Next char in file local
2022 nextch = fp->peek();
2024 if (nextch == '*')
2029 while ((nextch = fp->get()) != EOF)
2031 if (ch == '*' && nextch == '/')
2034 ch = nextch;
2037 if (nextch == EOF)
2040 else if (nextch == '/')
2043 while ((nextch = fp->get()) != EOF)
2044 if (nextch
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c2486 patint_t nextch; local
3083 nextch = CHARREF(nextop, nextop + nextlen);
3085 nextch = PEOF;
3092 if (nextch == PEOF ||
3095 nextch))) {

Completed in 383 milliseconds