Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c99 tp = findcom(ap[0], FC_BI|FC_FUNC); in execute()
450 tp = findcom(cp, FC_BI); in comexec()
493 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC)); in comexec()
542 tp = findcom(cp, fcflags); in comexec()
914 findcom(const char *name, int flags) in findcom() function
1340 if (call_builtin(findcom("read", FC_BI), read_args)) in do_selectargs()
Dsh.h1410 struct tbl *findcom(const char *, int);
Dfuncs.c794 tp = findcom(id, fcflags); in c_whence()
Dcheck.t3397 need to be moved out of the switch to before findcom() is