Searched refs:findcom (Results 1 – 4 of 4) sorted by relevance
102 tp = findcom(ap[0], FC_BI|FC_FUNC); in execute()453 tp = findcom(cp, FC_BI); in comexec()496 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC)); in comexec()538 tp = findcom(cp, fcflags); in comexec()837 findcom(const char *name, int flags) in findcom() function1269 if (call_builtin(findcom("read", FC_BI), (char **) read_args)) in do_selectargs()
439 struct tbl * findcom(const char *, int);
474 tp = findcom(id, fcflags); in c_whence()
31 need to be moved out of the switch to before findcom() is