Searched refs:builtin (Results 1 - 2 of 2) sorted by path

/system/core/sh/
H A Dbuiltins.h9 int (*builtin)(int, char **); member in struct:builtincmd
H A Dexec.c91 union param param; /* definition of builtin function */
99 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */
394 out1fmt("special builtin %s", cmdp->cmdname);
397 out1fmt("builtin %s", cmdp->cmdname);
463 if (act & DO_ALTPATH && strstr(path, "%builtin") != NULL)
495 /* If %builtin not in path, check for builtin next */
516 if (prefix("builtin", pathopt)) {
613 * Search the table of builtin commands.
624 return bp->builtin;
[all...]

Completed in 48 milliseconds