Home
last modified time | relevance | path

Searched defs:pan (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/ncurses/panel/
H A Dpanel.priv.h68 # 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 Dpanel.c78 _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 Dp_new.c73 PANEL *pan = _nc_stdscr_pseudo_panel; in root_panel() local
95 PANEL *pan = (PANEL *) 0; in new_panel() local
H A Dp_user.c53 panel_userptr(const PANEL * pan) in panel_userptr()
H A Dp_below.c65 panel_below(const PANEL * pan) in panel_below()
H A Dp_above.c67 panel_above(const PANEL * pan) in panel_above()
H A Dp_update.c46 PANEL *pan; in NCURSES_EXPORT() local
/dflybsd-src/usr.sbin/installer/dfuife_curses/
H A Dcurses_bar.h47 PANEL *pan; member
H A Dcurses_form.h52 PANEL *pan; member
/dflybsd-src/sys/dev/sound/pci/
H A Dmaestro.c476 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 Dt4dwave.c73 u_int32_t gvsel, pan, vol, ctrl; member