Home
last modified time | relevance | path

Searched defs:win (Results 1 – 25 of 127) sorted by relevance

123456

/openbsd-src/lib/libcurses/base/
H A Dlib_addch.c60 render_char(WINDOW *win, NCURSES_CH_T ch) in render_char()
100 _nc_render(WINDOW *win, NCURSES_CH_T ch) in _nc_render()
108 #define CHECK_POSITION(win, x, y) \ argument
119 #define CHECK_POSITION(win, x, y) /* nothing */ argument
123 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T *ypos) in newline_forces_scroll()
150 wrap_to_next_line(WINDOW *win) in wrap_to_next_line()
170 fill_cells(WINDOW *win, int count) in fill_cells()
191 _nc_build_wch(WINDOW *win, ARG_CH_T ch) in _nc_build_wch()
259 waddch_literal(WINDOW *win, NCURSES_CH_T ch) in waddch_literal()
436 waddch_nosync(WINDOW *win, const NCURSES_CH_T ch) in waddch_nosync()
[all …]
H A Dlib_window.c58 mvderwin(WINDOW *win, int y, int x) in mvderwin()
84 syncok(WINDOW *win, bool bf) in syncok()
97 wsyncup(WINDOW *win) in wsyncup()
129 wsyncdown(WINDOW *win) in wsyncdown()
167 wcursyncup(WINDOW *win) in wcursyncup()
180 dupwin(WINDOW *win) in dupwin()
H A Dlib_newwin.c64 remove_window_from_screen(WINDOW *win) in remove_window_from_screen()
95 _nc_freewin(WINDOW *win) in _nc_freewin()
144 WINDOW *win; in NCURSES_SP_NAME() local
187 WINDOW *win; in newwin() local
199 WINDOW *win; in derwin() local
277 WINDOW *win; in NCURSES_SP_NAME() local
H A Dlib_bkgd.c54 wbkgrndset(WINDOW *win, const ARG_CH_T ch) in wbkgrndset()
107 wbkgdset(WINDOW *win, chtype ch) in wbkgdset()
120 _nc_background(WINDOW *win, const ARG_CH_T ch, bool narrow) in _nc_background()
263 wbkgrnd(WINDOW *win, const ARG_CH_T ch) in wbkgrnd()
270 wbkgd(WINDOW *win, chtype ch) in wbkgd()
H A Dlib_getch.c133 _nc_use_meta(WINDOW *win) in _nc_use_meta()
381 recur_wrefresh(WINDOW *win) in recur_wrefresh()
414 recur_wgetnstr(WINDOW *win, char *buf) in recur_wgetnstr()
445 _nc_wgetch(WINDOW *win, in _nc_wgetch()
672 wgetch_events(WINDOW *win, _nc_eventlist * evl) in wgetch_events()
689 wgetch(WINDOW *win) in wgetch()
H A Dlib_printw.c69 wprintw(WINDOW *win, const char *fmt, ...) in wprintw()
113 mvwprintw(WINDOW *win, int y, int x, const char *fmt, ...) in mvwprintw()
136 vwprintw(WINDOW *win, const char *fmt, va_list argp) in vwprintw()
154 vw_printw(WINDOW *win, const char *fmt, va_list argp) in vw_printw()
H A Dlib_pad.c53 WINDOW *win; in NCURSES_EXPORT() local
90 WINDOW *win = (WINDOW *) 0; in subpad() local
103 prefresh(WINDOW *win, in prefresh()
125 pnoutrefresh(WINDOW *win, in pnoutrefresh()
H A Dresizeterm.c125 ripped_window(WINDOW *win) in ripped_window()
149 ripped_bottom(WINDOW *win) in ripped_bottom()
218 adjust_window(WINDOW *win, int ToLines, int ToCols, int stolen EXTRA_DCLS) in adjust_window()
296 WINDOW *win = &(wp->win); in decrease_size() local
331 WINDOW *win = &(wp->win); in increase_size() local
H A Dlib_getstr.c54 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) in WipeOut()
76 wgetnstr_events(WINDOW *win, in wgetnstr_events()
216 wgetnstr(WINDOW *win, char *str, int maxlen) in wgetnstr()
H A Dlib_scanw.c64 vw_scanw(WINDOW *win, const char *fmt, va_list argp) in vw_scanw()
93 wscanw(WINDOW *win, const char *fmt, ...) in wscanw()
119 mvwscanw(WINDOW *win, int y, int x, const char *fmt, ...) in mvwscanw()
H A Dlib_delwin.c51 cannot_delete(WINDOW *win) in cannot_delete()
77 delwin(WINDOW *win) in delwin()
H A Dlib_addstr.c85 waddchnstr(WINDOW *win, const chtype *astr, int n) in waddchnstr()
135 wadd_wchnstr(WINDOW *win, const cchar_t *astr, int n) in wadd_wchnstr()
227 waddnwstr(WINDOW *win, const wchar_t *str, int n) in waddnwstr()
H A Dlib_touch.c67 is_wintouched(WINDOW *win) in is_wintouched()
82 wtouchln(WINDOW *win, int y, int n, int changed) in wtouchln()
H A Dlib_box.c52 _my_render(WINDOW *win, chtype ch) in _my_render()
66 wborder(WINDOW *win, in wborder()
/openbsd-src/lib/libcurses/widechar/
H A Dlib_add_wch.c64 render_char(WINDOW *win, cchar_t ch) in render_char()
105 #define CHECK_POSITION(win, x, y) \ argument
116 #define CHECK_POSITION(win, x, y) /* nothing */ argument
120 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T *ypos) in newline_forces_scroll()
143 wrap_to_next_line(WINDOW *win) in wrap_to_next_line()
162 fill_cells(WINDOW *win, int count) in fill_cells()
177 wadd_wch_literal(WINDOW *win, cchar_t ch) in wadd_wch_literal()
308 wadd_wch_nosync(WINDOW *win, cchar_t ch) in wadd_wch_nosync()
417 wadd_wch(WINDOW *win, const cchar_t *wch) in wadd_wch()
435 wecho_wchar(WINDOW *win, const cchar_t *wch) in wecho_wchar()
H A Dlib_get_wstr.c48 wadd_wint(WINDOW *win, wint_t *src) in wadd_wint()
64 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, int echoed) in WipeOut()
89 wgetn_wstr(WINDOW *win, wint_t *str, int maxlen) in wgetn_wstr()
H A Dlib_ins_wch.c86 wins_wch(WINDOW *win, const cchar_t *wch) in wins_wch()
106 wins_nwstr(WINDOW *win, const wchar_t *wstr, int n) in wins_nwstr()
/openbsd-src/lib/libcurses/
H A Dcurses.h1157 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) argument
1158 #define getbegyx(win,y,x) (y = getbegy(win), x = getbegx(win)) argument
1159 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) argument
1160 #define getparyx(win,y,x) (y = getpary(win), x = getparx(win)) argument
1200 #define getattrs(win) NCURSES_CAST(int, NCURSES_OK_ADDR(win) ? (win)->_attrs : A_NORMAL) argument
1201 #define getcurx(win) (NCURSES_OK_ADDR(win) ? (win)->_curx : ERR) argument
1202 #define getcury(win) (NCURSES_OK_ADDR(win) ? (win)->_cury : ERR) argument
1203 #define getbegx(win) (NCURSES_OK_ADDR(win) ? (win)->_begx : ERR) argument
1204 #define getbegy(win) (NCURSES_OK_ADDR(win) ? (win)->_begy : ERR) argument
1205 #define getmaxx(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxx + 1) : ERR) argument
[all …]
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_options.c77 idcok(WINDOW *win, bool flag) in idcok()
110 nodelay(WINDOW *win, bool flag) in nodelay()
125 notimeout(WINDOW *win, bool f) in notimeout()
137 wtimeout(WINDOW *win, int delay) in wtimeout()
148 keypad(WINDOW *win, bool flag) in keypad()
/openbsd-src/usr.bin/talk/
H A Ddisplay.c65 display(xwin_t *win, char *text, int size) in display()
161 readwin(WINDOW *win, int line, int col) in readwin()
178 xscroll(xwin_t *win, int flag) in xscroll()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000403-1.c16 seqgt (unsigned long a, unsigned short win, unsigned long b) in seqgt()
22 seqgt2 (unsigned long a, unsigned short win, unsigned long b) in seqgt2()
/openbsd-src/lib/libpanel/
H A Dp_new.c94 WINDOW *win = SP_PARM->_stdscr; in root_panel() local
107 new_panel(WINDOW *win) in new_panel()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010408-1.c2 struct win struct
4 struct win *w_next; argument
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dfootnotes.c39 WINDOW *win; in find_footnotes_window() local
192 WINDOW *last, *win; in info_get_or_remove_footnotes() local
/openbsd-src/sys/dev/sbus/
H A Dstp4020.c155 stp4020_wr_winctl(struct stp4020_socket *h, int win, int idx, u_int16_t v) in stp4020_wr_winctl()
553 stp4020_map_window(struct stp4020_socket *h, int win, int speed) in stp4020_map_window()
616 int win = (kind & PCMCIA_MEM_ATTR) ? STP_WIN_ATTR : STP_WIN_MEM; in stp4020_chip_mem_map() local
630 stp4020_chip_mem_unmap(pcmcia_chipset_handle_t pch, int win) in stp4020_chip_mem_unmap()
666 stp4020_chip_io_unmap(pcmcia_chipset_handle_t pch, int win) in stp4020_chip_io_unmap()

123456