Searched refs:call_builtin (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | exec.c | 35 static int call_builtin(struct tbl *, const char **, const char *, bool); 718 rv = call_builtin(tp, (const char **)ap, null, resetspec); in comexec() 1027 return (call_builtin(tp, wp, "shcomexec", false)); in shcomexec() 1336 call_builtin(struct tbl *tp, const char **wp, const char *where, bool resetspec) in call_builtin() function 1656 if (call_builtin(findcom("read", FC_BI), read_args, Tselect, in do_selectargs()
|