Searched defs:loption (Results 1 – 1 of 1) sorted by relevance
58 struct loption struct60 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 */