Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Doptions.c251 } OABBREV; typedef
253 static OABBREV const abbrev[] = {
1046 OABBREV atmp, *ap; in opts_search()
1052 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1, in opts_search()
1053 sizeof(OABBREV), opts_abbcmp)) != NULL) in opts_search()
1097 return(STRCMP(((OABBREV *)a)->name, ((OABBREV *)b)->name)); in opts_abbcmp()