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

  /src/usr.bin/config/
mkmakefile.c 231 char *nextpct; local in function:emitsubs
242 nextpct = strchr(line, '%');
243 if (nextpct == NULL) {
248 *nextpct = '\0';
271 line = nextpct + 1;

Completed in 42 milliseconds