HomeSort by relevance Sort by last modified time
    Searched refs:pathopt (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
exec.h 62 extern const char *pathopt; /* set by padvance */
exec.c 130 if (--idx < 0 && pathopt == NULL) {
285 * pathopt will be set to point to it; otherwise pathopt will be set to
289 const char *pathopt; variable
313 pathopt = NULL;
315 pathopt = ++p;
515 if (pathopt) {
516 if (prefix("builtin", pathopt)) {
520 } else if (prefix("func", pathopt)) {
546 if (pathopt) { /* this is a %func directory *
    [all...]

Completed in 1265 milliseconds