Searched refs:call_builtin (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | exec.c | 36 static int call_builtin(struct tbl *, const char **, const char *, bool); 697 rv = call_builtin(tp, (const char **)ap, null, resetspec); in comexec() 1030 return (call_builtin(get_builtin(*wp), wp, Tbuiltin, false)); in c_builtin() 1387 call_builtin(struct tbl *tp, const char **wp, const char *where, bool resetspec) in call_builtin() function 1702 if (call_builtin(findcom(Tread, FC_BI), read_args, Tselect, in do_selectargs()
|