Home | History | Annotate | Download | only in src

Lines Matching refs:builtins

528 	 * Deal with the shell builtins builtin, exec and command since
584 * POSIX says special builtins lose their status
606 /* don't look for builtins or functions */
942 tp = ktsearch(&builtins, *wp, hash(*wp));
1053 tp = ktenter(&builtins, name, hash(name));
1083 tbi = (flags & FC_BI) ? ktsearch(&builtins, name, h) : NULL;
1085 * POSIX says special builtins first, then functions, then
1086 * POSIX regular builtins, then search path...