Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ast/ksh/builtins/
H A Dalias.c131 signed int cmpres; in find_bfastpathrec() local
133 cmpres = strcmp(fastpath_builtins[i].name, name); in find_bfastpathrec()
134 if (cmpres == 0) in find_bfastpathrec()
136 else if (cmpres > 0) in find_bfastpathrec()