Searched defs:wi_table (Results 1 – 1 of 1) sorted by relevance
74 struct wi_table { struct75 int wi_type;76 int wi_code;85 const char *wi_label; /* label used to print info */86 int wi_opt; /* option character to set this */87 const char *wi_desc;88 char *wi_optval;565 static struct wi_table wi_table[] = { variable