Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dexec.c102 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() function
1269 if (call_builtin(findcom("read", FC_BI), (char **) read_args)) in do_selectargs()
H A Dsh.h439 struct tbl * findcom(const char *, int);
H A Dc_ksh.c474 tp = findcom(id, fcflags); in c_whence()
/openbsd-src/regress/bin/ksh/
H A Dregress.t31 need to be moved out of the switch to before findcom() is