Home | History | Annotate | Download | only in src

Lines Matching refs:builtins

510 	 * Deal with the shell builtins builtin, exec and command since
583 * POSIX says special builtins lose their status
1017 return (s && *s ? ktsearch(&builtins, s, hash(s)) : NULL);
1138 /* enter into the builtins hash table */
1139 tp = ktenter(&builtins, name, hash(name));
1174 tbi = (flags & FC_BI) ? ktsearch(&builtins, name, h) : NULL;
1176 * POSIX says special builtins first, then functions, then
1177 * regular builtins, then search path...