Home | History | Annotate | Download | only in src

Lines Matching defs:builtin

430 	/* Deal with the shell builtins builtin, exec and command since
452 errorf("builtin: %s: not a builtin", cp);
883 * add builtin
886 builtin(const char *name, int (*func) (const char **))
891 /* see if any flags should be set for this builtin */
895 else if (*name == '*') /* POSIX special builtin */
897 else if (*name == '+') /* POSIX regular builtin */