Searched refs:pathopt (Results 1 – 3 of 3) sorted by relevance
107 out2str(pathopt ? pathopt : "you have mail"); in chkmail()117 if ((pp = pathopt) != NULL) { in chkmail()129 memcpy(p, pathopt, len); in chkmail()
141 if (--idx < 0 && pathopt == NULL) { in shellexec()352 const char *pathopt; variable381 pathopt = NULL; in padvance()383 pathopt = ++p; in padvance()648 if (pathopt) { in find_command()649 if (prefix("builtin", pathopt)) { in find_command()653 } else if (prefix("func", pathopt)) { in find_command()680 if (pathopt) { /* this is a %func directory */ in find_command()
64 extern const char *pathopt; /* set by padvance */