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

/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Doptions.c259 } OABBREV; typedef in typeref:struct:abbrev
261 static OABBREV const abbrev[] = {
1064 OABBREV atmp, *ap;
1070 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1,
1071 sizeof(OABBREV), opts_abbcmp)) != NULL)
1115 return(STRCMP(((const OABBREV *)a)->name, ((const OABBREV *)b)->name));

Completed in 94 milliseconds