Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c147 tp = findcom(ap[0], FC_BI|FC_FUNC); in execute()
549 if ((tp = findcom(cp, FC_BI)) == NULL) in comexec()
613 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC)); in comexec()
662 tp = findcom(cp, fcflags); in comexec()
1054 findcom(const char *name, int flags) in findcom() function
1530 if (call_builtin(findcom("read", FC_BI), read_args)) in do_selectargs()
Dsh.h1562 struct tbl *findcom(const char *, int);
Dfuncs.c524 tp = findcom(id, fcflags); in c_whence()
Dcheck.t3853 need to be moved out of the switch to before findcom() is