Home
last modified time | relevance | path

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

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