Searched refs:fastpath_builtins (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ksh/builtins/
H A Dalias.c66 bfastpathrec fastpath_builtins[] = variable
131 for (i = 0; fastpath_builtins[i].name != NULL; i++) {
132 cmpres = strcmp(fastpath_builtins[i].name, name);
134 return (&fastpath_builtins[i]);

Completed in 42 milliseconds