Home | History | Annotate | Download | only in sh

Lines Matching refs:act

427 find_command(char *name, struct cmdentry *entry, int act, const char *path)
439 if (act & DO_ABS) {
461 act |= DO_ALTPATH;
463 if (act & DO_ALTPATH && strstr(path, "%builtin") != NULL)
464 act |= DO_ALTBLTIN;
471 if (act & DO_ALTPATH) {
477 if (act & DO_NOFUNC) {
483 if ((act & DO_ALTBLTIN) || builtinloc >= 0) {
496 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) &&
547 if (act & DO_NOFUNC)
573 if (act & DO_ALTPATH) {
587 if (act & DO_ERR)
594 if (act & DO_ALTPATH)