Home
last modified time | relevance | path

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

12345678910

/netbsd/lib/libcurses/
H A Dtouchwin.c51 __sync(WINDOW *win) in __sync()
65 is_linetouched(WINDOW *win, int line) in is_linetouched()
81 touchline(WINDOW *win, int start, int count) in touchline()
92 int wredrawln(WINDOW *win, int start, int count) in wredrawln()
103 is_wintouched(WINDOW *win) in is_wintouched()
123 touchwin(WINDOW *win) in touchwin()
134 redrawwin(WINDOW *win) in redrawwin()
145 untouchwin(WINDOW *win) in untouchwin()
195 __touchwin(WINDOW *win, int force) in __touchwin()
245 wsyncup(WINDOW *win) in wsyncup()
[all …]
H A Dgetyx.c48 getpary(WINDOW *win) in getpary()
66 getparx(WINDOW *win) in getparx()
83 getcury(WINDOW *win) in getcury()
94 getcurx(WINDOW *win) in getcurx()
105 getbegy(WINDOW *win) in getbegy()
116 getbegx(WINDOW *win) in getbegx()
127 getmaxy(WINDOW *win) in getmaxy()
138 getmaxx(WINDOW *win) in getmaxx()
H A Dattributes.c167 wattr_on(WINDOW *win, attr_t attr, void *opts) in wattr_on()
183 wattr_off(WINDOW *win, attr_t attr, void *opts) in wattr_off()
197 wattr_set(WINDOW *win, attr_t attr, short pair, void *opts) in wattr_set()
221 wcolor_set(WINDOW *win, short pair, void *opts) in wcolor_set()
235 getattrs(WINDOW *win) in getattrs()
249 wattron(WINDOW *win, int attr) in wattron()
260 wattroff(WINDOW *win, int attr) in wattroff()
272 wattrset(WINDOW *win, int attr) in wattrset()
368 __wattr_on(WINDOW *win, attr_t attr) in __wattr_on()
420 __wattr_off(WINDOW *win, attr_t attr) in __wattr_off()
[all …]
H A Dbackground.c67 wbkgdset(WINDOW *win, chtype ch) in wbkgdset()
88 wbkgd(WINDOW *win, chtype ch) in wbkgd()
120 getbkgd(WINDOW *win) in getbkgd()
157 wbkgrndset(WINDOW *win, const cchar_t *wch) in wbkgrndset()
254 wbkgrnd(WINDOW *win, const cchar_t *wch) in wbkgrnd()
270 wgetbkgrnd(WINDOW *win, cchar_t *wch) in wgetbkgrnd()
314 wbkgrndset(WINDOW *win, const cchar_t *wch) in wbkgrndset()
321 wbkgrnd(WINDOW *win, const cchar_t *wch) in wbkgrnd()
328 wgetbkgrnd(WINDOW *win, cchar_t *wch) in wgetbkgrnd()
H A Daddch.c74 mvwaddch(WINDOW *win, int y, int x, chtype ch) in mvwaddch()
91 waddch(WINDOW *win, chtype ch) in waddch()
110 waddch(WINDOW *win, chtype ch) in waddch()
122 __waddch(WINDOW *win, __LDATA *dp) in __waddch()
H A Dline.c71 mvwhline(WINDOW *win, int y, int x, chtype ch, int count) in mvwhline()
87 whline(WINDOW *win, chtype ch, int count) in whline()
139 mvwvline(WINDOW *win, int y, int x, chtype ch, int count) in mvwvline()
155 wvline(WINDOW *win, chtype ch, int count) in wvline()
197 int mvwhline_set(WINDOW *win, int y, int x, const cchar_t *wch, int n) in mvwhline_set()
209 int whline_set(WINDOW *win, const cchar_t *wch, int n) in whline_set()
263 int mvwvline_set(WINDOW *win, int y, int x, const cchar_t *wch, int n) in mvwvline_set()
275 int wvline_set(WINDOW *win, const cchar_t *wch, int n) in wvline_set()
H A Dgetstr.c99 mvwgetnstr(WINDOW *win, int y, int x, char *str, int n) in mvwgetnstr()
114 mvwgetstr(WINDOW *win, int y, int x, char *str) in mvwgetstr()
131 wgetstr(WINDOW *win, char *str) in wgetstr()
142 wgetnstr(WINDOW *win, char *str, int n) in wgetnstr()
162 __wgetnstr(WINDOW *win, char *str, int n) in __wgetnstr()
H A Dget_wstr.c99 mvwgetn_wstr(WINDOW *win, int y, int x, wchar_t *wstr, int n) in mvwgetn_wstr()
114 mvwget_wstr(WINDOW *win, int y, int x, wchar_t *wstr) in mvwget_wstr()
129 wget_wstr(WINDOW *win, wchar_t *wstr) in wget_wstr()
140 wgetn_wstr(WINDOW *win, wchar_t *wstr, int n) in wgetn_wstr()
158 __wgetn_wstr(WINDOW *win, wchar_t *wstr, int n) in __wgetn_wstr()
H A Daddbytes.c67 waddbytes(WINDOW *win, const char *bytes, int count) in waddbytes()
89 mvwaddbytes(WINDOW *win, int y, int x, const char *bytes, int count) in mvwaddbytes()
101 __waddbytes(WINDOW *win, const char *bytes, int count, attr_t attr) in __waddbytes()
115 _cursesi_waddbytes(WINDOW *win, const char *bytes, int count, attr_t attr, in _cursesi_waddbytes()
201 _cursesi_addbyte(WINDOW *win, __LINE **lp, int *y, int *x, int c, in _cursesi_addbyte()
341 _cursesi_addwchar(WINDOW *win, __LINE **lnp, int *y, int *x, in _cursesi_addwchar()
H A Dnewwin.c83 dupwin(WINDOW *win) in dupwin()
124 WINDOW *win; in __newwin() local
193 WINDOW *win; in __subwin() local
229 __set_subwin(WINDOW *orig, WINDOW *win) in __set_subwin()
259 WINDOW *win; in __makenew() local
386 __swflags(WINDOW *win) in __swflags()
414 is_pad(const WINDOW *win) in is_pad()
H A Daddnstr.c65 waddstr(WINDOW *win, const char *s) in waddstr()
103 mvwaddstr(WINDOW *win, int y, int x, const char *str) in mvwaddstr()
131 mvwaddnstr(WINDOW *win, int y, int x, const char *str, int count) in mvwaddnstr()
151 waddnstr(WINDOW *win, const char *s, int n) in waddnstr()
H A Dinchstr.c95 mvwinchstr(WINDOW *win, int y, int x, chtype *chstr) in mvwinchstr()
105 mvwinchnstr(WINDOW *win, int y, int x, chtype *chstr, int n) in mvwinchnstr()
123 winchstr(WINDOW *win, chtype *chstr) in winchstr()
135 winchnstr(WINDOW *win, chtype *chstr, int n) in winchnstr()
H A Dinstr.c93 mvwinstr(WINDOW *win, int y, int x, char *str) in mvwinstr()
102 mvwinnstr(WINDOW *win, int y, int x, char *str, int n) in mvwinnstr()
120 winstr(WINDOW *win, char *str) in winstr()
137 winnstr(WINDOW *win, char *str, int n) in winnstr()
H A Daddwstr.c62 waddwstr(WINDOW *win, const wchar_t *s) in waddwstr()
93 mvwaddwstr(WINDOW *win, int y, int x, const wchar_t *str) in mvwaddwstr()
115 mvwaddnwstr(WINDOW *win, int y, int x, const wchar_t *str, int count) in mvwaddnwstr()
130 waddnwstr(WINDOW *win, const wchar_t *s, int n) in waddnwstr()
H A Dinwstr.c88 mvwinwstr(WINDOW *win, int y, int x, wchar_t *wstr) in mvwinwstr()
97 mvwinnwstr(WINDOW *win, int y, int x, wchar_t *wstr, int n) in mvwinnwstr()
112 winwstr(WINDOW *win, wchar_t *wstr) in winwstr()
128 winnwstr(WINDOW *win, wchar_t *wstr, int n) in winnwstr()
H A Dscroll.c49 scroll(WINDOW *win) in scroll()
86 wscrl(WINDOW *win, int nlines) in wscrl()
117 wsetscrreg(WINDOW *win, int top, int bottom) in wsetscrreg()
H A Din_wchstr.c88 mvwin_wchstr(WINDOW *win, int y, int x, cchar_t *wchstr) in mvwin_wchstr()
97 mvwin_wchnstr(WINDOW *win, int y, int x, cchar_t *wchstr, int n) in mvwin_wchnstr()
112 win_wchstr(WINDOW *win, cchar_t *wchstr) in win_wchstr()
123 win_wchnstr(WINDOW *win, cchar_t *wchstr, int n) in win_wchnstr()
H A Dresize.c53 wresize(WINDOW *win, int req_nlines, int req_ncols) in wresize()
183 WINDOW *win; in resize_term() local
225 __resizeterm(WINDOW *win, int nlines, int ncols) in __resizeterm()
249 __resizewin(WINDOW *win, int nlines, int ncols) in __resizewin()
H A Dleaveok.c45 leaveok(WINDOW *win, bool bf) in leaveok()
59 is_leaveok(const WINDOW *win) in is_leaveok()
H A Dkeypad.c43 keypad(WINDOW *win, bool bf) in keypad()
64 is_keypad(const WINDOW *win) in is_keypad()
/netbsd/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-wingeneral.c46 for (const auto &win : all_tui_windows ()) in tui_suppress_output() local
58 for (const auto &win : all_tui_windows ()) in ~tui_suppress_output() local
65 tui_wrefresh (WINDOW *win) in tui_wrefresh()
85 WINDOW *win; in box_win() local
/netbsd/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-wingeneral.c46 for (const auto &win : all_tui_windows ()) in tui_suppress_output() local
58 for (const auto &win : all_tui_windows ()) in ~tui_suppress_output() local
65 tui_wrefresh (WINDOW *win) in tui_wrefresh()
85 WINDOW *win; in box_win() local
/netbsd/external/gpl3/gdb/dist/gdb/python/
H A Dpy-tui.c352 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_is_valid() local
363 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_erase() local
376 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_write() local
393 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_width() local
402 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_height() local
411 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_title() local
420 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_set_title() local
/netbsd/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-tui.c352 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_is_valid() local
363 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_erase() local
376 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_write() local
393 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_width() local
402 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_height() local
411 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_title() local
420 gdbpy_tui_window *win = (gdbpy_tui_window *) self; in gdbpy_tui_set_title() local
/netbsd/external/bsd/nvi/dist/cl/
H A Dcl_funcs.c44 WINDOW *win; in addstr4() local
111 WINDOW *win; in cl_attr() local
260 WINDOW *win; in cl_clrtoeol() local
289 WINDOW *win; in cl_cursor() local
315 WINDOW *win; in cl_deleteln() local
512 WINDOW *win; in cl_insertln() local
572 WINDOW *win; in cl_move() local
593 WINDOW *win; in cl_refresh() local
780 WINDOW *win; in cl_suspend() local

12345678910