Searched defs:pan (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/ncurses/panel/ |
H A D | panel.priv.h | 68 # define dPanel(text,pan) _nc_dPanel(text,pan) argument 69 # define dStack(fmt,num,pan) _nc_dStack(fmt,num,pan) argument 70 # define Wnoutrefresh(pan) _nc_Wnoutrefresh(pan) argument 71 # define Touchpan(pan) _nc_Touchpan(pan) argument 72 # define Touchline(pan,start,count) _nc_Touchline(pan,start,count) argument 76 # define dPanel(text,pan) argument 77 # define dStack(fmt,num,pan) argument 78 # define Wnoutrefresh(pan) wnoutrefresh((pan)->win) argument 79 # define Touchpan(pan) touchwin((pan)->win) argument 80 # 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 | 73 PANEL *pan = _nc_stdscr_pseudo_panel; in root_panel() local 95 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_below.c | 65 panel_below(const PANEL * pan) in panel_below()
|
H A D | p_above.c | 67 panel_above(const PANEL * pan) in panel_above()
|
H A D | p_update.c | 46 PANEL *pan; in NCURSES_EXPORT() local
|
/dflybsd-src/usr.sbin/installer/dfuife_curses/ |
H A D | curses_bar.h | 47 PANEL *pan; member
|
H A D | curses_form.h | 52 PANEL *pan; member
|
/dflybsd-src/sys/dev/sound/pci/ |
H A D | maestro.c | 476 u_int32_t wpwa, u_int16_t size, int16_t pan, u_int dv) in apu_setparam() 853 int pan; in aggch_start_dac() local 960 int pan; in aggch_start_adc() local
|
H A D | t4dwave.c | 73 u_int32_t gvsel, pan, vol, ctrl; member
|