Searched refs:pathopt (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dexec.h62 extern const char *pathopt; /* set by padvance */
H A Dexec.c130 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) { /* thi
[all...]

Completed in 21 milliseconds