HomeSort by: relevance | last modified time | path
    Searched defs:nextch (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/printf/
printf.c 139 char nextch; local in function:main
274 nextch = fmt[1];
409 *fmt = nextch;
  /src/lib/libcompat/regexp/
regexp.c 1051 char nextch; local in function:regmatch
1060 nextch = '\0';
1062 nextch = *OPERAND(next);
1068 if (nextch == '\0' || *reginput == nextch)

Completed in 47 milliseconds