HomeSort by: relevance | last modified time | path
    Searched refs:findcom (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
exec.c 131 tp = findcom(ap[0], FC_BI|FC_FUNC);
497 tp = findcom(cp, FC_BI);
541 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC));
583 tp = findcom(cp, fcflags);
892 findcom(name, flags) function
1344 if (call_builtin(findcom("read", FC_BI),
proto.h 76 struct tbl * findcom ARGS((const char *, int));
c_ksh.c 480 tp = findcom(id, fcflags);

Completed in 15 milliseconds