Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c1030 return (call_builtin(get_builtin(*wp), wp, Tbuiltin, false)); in c_builtin()
1034 get_builtin(const char *s) in get_builtin() function
Dsyn.c321 struct tbl *tt = get_builtin(ident); in get_command()
Dlex.c1101 struct tbl *tt = get_builtin((dp = wdstrip(yylval.cp, 0))); in yylex()
Dsh.h2347 struct tbl *get_builtin(const char *);