Home
last modified time | relevance | path

Searched defs:evl (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getch.c152 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl)) in check_mouse_activity()
241 fifo_push(SCREEN *sp EVENTLIST_2nd(_nc_eventlist * evl)) in fifo_push()
446 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_wgetch()
670 wgetch_events(WINDOW *win, _nc_eventlist * evl) in wgetch_events()
718 kgetch(SCREEN *sp, bool forever EVENTLIST_2nd(_nc_eventlist * evl)) in kgetch()
H A Dlib_getstr.c77 EVENTLIST_1st(_nc_eventlist * evl)) in wgetnstr_events()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c119 _nc_eventlist_timeout(_nc_eventlist * evl) in _nc_eventlist_timeout()
175 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_timed_wait()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c836 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_console_twait()
1002 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_console_testmouse()
H A Dtinfo_driver.c937 EVENTLIST_2nd(_nc_eventlist * evl)) in drv_testmouse()
1255 EVENTLIST_2nd(_nc_eventlist * evl)) in drv_twait()
/freebsd/sys/net/
H A Dif_ethersubr.c631 struct ether_vlan_header *evl; ether_input_internal() local
1339 struct ether_vlan_header *evl; ether_vlanencap_proto() local
[all...]
H A Dif_vlan.c1578 struct ether_vlan_header *evl; in vlan_input() local
/freebsd/sys/netgraph/
H A Dng_vlan.c516 struct ether_vlan_header *evl; in ng_vlan_rcvdata() local
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1332 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_testmouse()
1533 EVENTLIST_2nd(_nc_eventlist * evl)) in console_twait()
1643 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_twait()
2085 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_mingw_testmouse()
H A Dwin32_driver.c940 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_testmouse()
1073 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_twait()
/freebsd/sys/dev/mxge/
H A Dif_mxge.c1992 struct ether_vlan_header *evl; in mxge_vlan_tag_insert() local
2501 struct ether_vlan_header *evl; in mxge_vlan_tag_remove() local
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c759 struct ether_vlan_header *evl; in hn_tso_fixup() local
823 const struct ether_vlan_header *evl; in hn_set_hlen() local
4914 const struct ether_vlan_header *evl; in hn_rxpkt_proto() local
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2226 #define wgetch_events(win, evl) wgetch(win) argument
2227 #define wgetnstr_events(win, str, maxlen, evl) wgetnstr(win, str, maxlen) argument