Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Doption.h58 struct loption struct
60 char oletter; /* The controlling letter (a-z) */
61 struct optname *onames; /* Long (GNU-style) option name */
62 int otype; /* Type of the option */
63 int odefault; /* Default value */
64 int *ovar; /* Pointer to the associated variable */
65 void (*ofunc)(int, char*); /* Pointer to special handling function */
66 char *odesc[3]; /* Description of each value */