Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c8164 struct builtincmd { struct
8183 const struct builtincmd *cmd; argument
9273 static int evalbltin(const struct builtincmd *, int, char **, int);
10141 static const struct builtincmd builtintab[] = {
10244 static struct builtincmd *
10247 struct builtincmd *bp; in find_builtin()
10286 static const struct builtincmd null_bltin = { in evalcommand()
10590 evalbltin(const struct builtincmd *cmd, int argc, char **argv, int flags) in evalbltin()
12061 struct builtincmd *bcmd; in simplecmd()
13689 struct builtincmd *bcmd; in find_command()