Home
last modified time | relevance | path

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

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