Home
last modified time | relevance | path

Searched defs:loption (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/less/
Doption.h53 struct loption struct
55 char oletter; /* The controlling letter (a-z) */
56 struct optname *onames; /* Long (GNU-style) option name */
57 int otype; /* Type of the option */
58 int odefault; /* Default value */
59 int *ovar; /* Pointer to the associated variable */
60 void (*ofunc)(); /* Pointer to special handling function */
61 char *odesc[3]; /* Description of each value */