Home
last modified time | relevance | path

Searched refs:findcom (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dexec.c142 tp = findcom(ap[0], FC_BI|FC_FUNC); in execute()
545 if ((tp = findcom(cp, FC_BI)) == NULL) in comexec()
612 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC)); in comexec()
680 tp = findcom(cp, fcflags); in comexec()
1076 findcom(const char *name, int flags) in findcom() function
1562 if (call_builtin(findcom("read", FC_BI), read_args, Tselect)) in do_selectargs()
Dsh.h1655 struct tbl *findcom(const char *, int);
Dfuncs.c549 tp = findcom(id, fcflags); in c_whence()
Dcheck.t4755 need to be moved out of the switch to before findcom() is