Searched defs:pan (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ncurses/panel/ |
H A D | panel.priv.h | 70 # define dPanel(text,pan) _nc_dPanel(text,pan) argument 71 # define dStack(fmt,num,pan) _nc_dStack(fmt,num,pan) argument 72 # define Wnoutrefresh(pan) _nc_Wnoutrefresh(pan) argument 73 # define Touchpan(pan) _nc_Touchpan(pan) argument 74 # define Touchline(pan,start,count) _nc_Touchline(pan,start,count) argument 78 # define dPanel(text,pan) argument 79 # define dStack(fmt,num,pan) argument 80 # define Wnoutrefresh(pan) wnoutrefresh((pan)->win) argument 81 # define Touchpan(pan) touchwin((pan)->win) argument 82 # define Touchline(pan,start,count) touchline((pan)->win,start,count) argument [all …]
|
H A D | panel.c | 78 _nc_dPanel(const char *text, const PANEL * pan) in _nc_dPanel() 93 _nc_dStack(const char *fmt, int num, const PANEL * pan) in _nc_dStack() 119 _nc_Wnoutrefresh(const PANEL * pan) in _nc_Wnoutrefresh() 131 _nc_Touchpan(const PANEL * pan) in _nc_Touchpan() 143 _nc_Touchline(const PANEL * pan, int start, int count) in _nc_Touchline()
|
H A D | p_new.c | 91 PANEL *pan = _nc_stdscr_pseudo_panel; in root_panel() local 107 PANEL *pan = (PANEL *)0; in new_panel() local
|
H A D | p_user.c | 53 panel_userptr(const PANEL * pan) in panel_userptr()
|
H A D | p_above.c | 67 panel_above(const PANEL * pan) in panel_above()
|
H A D | p_below.c | 65 panel_below(const PANEL * pan) in panel_below()
|
H A D | p_update.c | 46 PANEL *pan; in PANEL_EXPORT() local
|
/freebsd/sys/dev/sound/pci/ |
H A D | t4dwave.c | 73 u_int32_t gvsel, pan, vol, ctrl; member
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | coex.c | 2490 u8 pan: 1; global() member 4053 struct rtw89_btc_bt_pan_desc pan = bt_linfo->pan_desc; _action_by_bt() local 5535 struct rtw89_btc_bt_pan_desc *pan = &b->pan_desc; _update_bt_info() local 6349 struct rtw89_btc_bt_pan_desc pan = bt_linfo->pan_desc; _show_bt_profile_info() local [all...] |