Home | History | Annotate | Download | only in wiconfig

Lines Matching defs:wt

599 	struct wi_table *wt;
601 for (wt = table; wt->wi_type != 0; wt++)
602 if (wt->wi_opt == opt)
603 return wt;
794 struct wi_table *wt, **table;
824 wt = NULL; /* XXXGCC -Wuninitialized */
826 if ((wt = wi_optlookup(*table, ch)) != NULL) {
827 SET_OPERAND(wt->wi_optval, wt->wi_desc);
830 if (wt == NULL)
858 for (wt = *table; wt->wi_code != WI_NONE; wt++)
859 if (wt->wi_optval != NULL) {
860 switch (wt->wi_code) {
863 wi_setword(iface, wt->wi_type,
864 atoi(wt->wi_optval));
867 wi_setstr(iface, wt->wi_type,
868 wt->wi_optval);
871 wi_sethex(iface, wt->wi_type,
872 wt->wi_optval);