HomeSort by relevance Sort by last modified time
    Searched full:call_builtin (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
exec.c 35 static int call_builtin(struct tbl *, const char **, const char *);
687 rv = call_builtin(tp, (const char **)ap, null);
955 return (call_builtin(tp, wp, "shcomexec"));
1268 call_builtin(struct tbl *tp, const char **wp, const char *where) function
    [all...]

Completed in 62 milliseconds