Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ksh/builtins/
H A Dalias.c130 signed int cmpres; in find_bfastpathrec() local
132 cmpres = strcmp(fastpath_builtins[i].name, name); in find_bfastpathrec()
133 if (cmpres == 0) in find_bfastpathrec()
135 else if (cmpres > 0) in find_bfastpathrec()