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

  /src/bin/sh/
exec.c 141 if (--idx < 0 && pathopt == NULL) {
348 * pathopt will be set to point to it; otherwise pathopt will be set to
352 const char *pathopt; variable in typeref:typename:const char *
381 pathopt = NULL;
383 pathopt = ++p;
648 if (pathopt) {
649 if (prefix("builtin", pathopt)) {
653 } else if (prefix("func", pathopt)) {
680 if (pathopt) { /* this is a %func directory *
    [all...]

Completed in 10 milliseconds