Home | History | Annotate | Download | only in src

Lines Matching refs:builtins

430 	/* Deal with the shell builtins builtin, exec and command since
482 /* POSIX says special builtins lose their status
807 tp = ktsearch(&builtins, *wp, hash(*wp));
903 tp = ktenter(&builtins, name, hash(name));
929 tbi = (flags & FC_BI) ? ktsearch(&builtins, name, h) : NULL;
930 /* POSIX says special builtins first, then functions, then
931 * POSIX regular builtins, then search path...