Home
last modified time | relevance | path

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

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