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

/freebsd-11-stable/contrib/nvi/common/
H A Doptions.c248 } OABBREV; typedef in typeref:struct:abbrev
250 static OABBREV const abbrev[] = {
1054 OABBREV atmp, *ap;
1060 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1,
1061 sizeof(OABBREV), opts_abbcmp)) != NULL)
1109 return(STRCMP(((OABBREV *)a)->name, ((OABBREV *)b)->name));

Completed in 110 milliseconds