HomeSort by: relevance | last modified time | path
    Searched refs:OPTLIST (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
common.h 50 typedef struct _optlist OPTLIST;
options.c 42 static int opts_print __P((SCR *, OPTLIST const *));
60 OPTLIST const optlist[] = { variable
336 OPTLIST const *op;
342 if (sizeof optlist / sizeof optlist[0] - 1 != O_OPTIONCOUNT) {
344 (int)(sizeof optlist / sizeof optlist[0] - 1),
459 for (op = optlist, cnt = 0; op->name != NULL; ++op, ++cnt)
486 OI(*oargs, optlist[*oargs].name)
    [all...]
options.h 101 extern OPTLIST const optlist[];
api.c 415 OPTLIST const *op;
423 offset = op - optlist;
464 OPTLIST const *op;
  /src/external/bsd/nvi/dist/ip/
ip_term.c 94 OPTLIST const *opt;
111 opt = optlist + offset;

Completed in 49 milliseconds