Searched defs:findcom (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dexec.c142 tp = findcom(ap[0], FC_BI|FC_FUNC);
545 if ((tp = findcom(cp, FC_BI)) == NULL)
612 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC));
680 tp = findcom(cp, fcflags);
1076 findcom(const char *name, int flags) function
1562 if (call_builtin(findcom("read", FC_BI), read_args, Tselect))

Completed in 270 milliseconds