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

/external/mksh/src/
H A Dexec.c150 tp = findcom(ap[0], FC_BI|FC_FUNC);
550 if ((tp = findcom(cp, FC_BI)) == NULL)
619 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC));
672 tp = findcom(cp, fcflags);
1066 findcom(const char *name, int flags) function
1548 if (call_builtin(findcom("read", FC_BI), read_args, Tselect))

Completed in 30 milliseconds