Searched defs:value_pair (Results 1 – 2 of 2) sorted by relevance
29 struct value_pair { struct30 const char *ival; /* string option */31 unsigned int oval; /* output value */32 const char *help; /* help text for sub option */33 int orval; /* OR value */34 void *cb; /* sub-option callback */
327 typedef struct value_pair struct335 struct value_pair *next; argument