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

  /src/usr.bin/make/
main.c 606 const char *optspec; local in function:MainParseArgs
625 optspec = strchr(optspecs, c);
626 if (c != '\0' && optspec != NULL && optspec[1] == ':') {
main.c 606 const char *optspec; local in function:MainParseArgs
625 optspec = strchr(optspecs, c);
626 if (c != '\0' && optspec != NULL && optspec[1] == ':') {

Completed in 23 milliseconds