Searched refs:wtype (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | vs_msg.c | 516 sw_t wtype; in vs_ex_resolve() local 566 wtype = F_ISSET(sp, SC_EXIT | SC_EXIT_FORCE | in vs_ex_resolve() 569 vs_wait(sp, continuep, wtype); in vs_ex_resolve() 571 vs_scroll(sp, continuep, wtype); in vs_ex_resolve() 742 vs_scroll(SCR *sp, int *continuep, sw_t wtype) in vs_scroll() argument 765 if (wtype == SCROLL_W_QUIT && vip->linecount < sp->t_maxrows) in vs_scroll() 767 vs_wait(sp, continuep, wtype); in vs_scroll() 775 vs_wait(SCR *sp, int *continuep, sw_t wtype) in vs_wait() argument 790 switch (wtype) { in vs_wait() 827 switch (wtype) { in vs_wait()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wnm_ap.c | 671 static const char * wnm_event_type2str(enum wnm_event_report_type wtype) in wnm_event_type2str() argument 673 #define W2S(wtype) case WNM_EVENT_TYPE_ ## wtype: return #wtype; in wnm_event_type2str() argument 674 switch (wtype) { in wnm_event_type2str()
|
/freebsd/lib/geom/part/ |
H A D | geom_part.c | 782 int error, i, windex, wblocks, wtype; in gpart_backup() local 810 wtype = 0; in gpart_backup() 814 if (i > wtype) in gpart_backup() 815 wtype = i; in gpart_backup() 833 wtype, find_provcfg(pp, "type"), in gpart_backup()
|