OPTLIST
return(strcmp(((OPTLIST *)a)->name, ((OPTLIST *)b)->name));
OPTLIST const *op;
static int opts_print(SCR *, OPTLIST const *);
OPTLIST const *op;
OPTLIST const optlist[] = {
OPTLIST const *op;
opts_print(SCR *sp, OPTLIST const *op)
OPTLIST const *op;
OPTLIST const *
OPTLIST const *op, *found;
OPTLIST otmp;
if ((op = bsearch(&otmp, optlist, sizeof(optlist) / sizeof(OPTLIST) - 1,
sizeof(OPTLIST), opts_cmp)) != NULL)
extern OPTLIST const optlist[];
OPTLIST const *opts_search(char *);