Searched refs:FC_BI (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dexec.c147 tp = findcom(ap[0], FC_BI|FC_FUNC);
508 int fcflags = FC_BI|FC_FUNC|FC_PATH;
542 fcflags = FC_BI|FC_FUNC|FC_PATH;
549 if ((tp = findcom(cp, FC_BI)) == NULL)
571 fcflags = FC_BI|FC_PATH;
613 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC));
1071 tbi = (flags & FC_BI) ? ktsearch(&builtins, name, h) : NULL;
1530 if (call_builtin(findcom("read", FC_BI), read_args))
H A Dfuncs.c497 fcflags = FC_BI | FC_PATH | FC_FUNC;
510 fcflags &= ~(FC_BI | FC_FUNC);
H A Dsh.h1056 #define FC_BI (FC_SPECBI|FC_REGBI|FC_UNREGBI) macro

Completed in 144 milliseconds