Home | History | Annotate | Download | only in sh

Lines Matching refs:builtin

91 	union param param;	/* definition of builtin function */
101 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */
533 out1str("builtin ");
604 if (act & DO_ALTPATH && strstr(path, "%builtin") != NULL)
628 /* If %builtin not in path, check for builtin next */
649 if (prefix("builtin", pathopt)) {
767 * Search the table of builtin commands.
778 return bp->builtin;
790 return bp->builtin;
811 cmdp->param.bltin = bp->builtin;
869 if (*new == '%' && bltin < 0 && prefix("builtin", new + 1))
1220 out1str(" is a shell builtin\n");
1227 out1str(" is a special shell builtin\n");