/openbsd-src/lib/libcurses/base/ |
H A D | lib_addch.c | 60 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 D | lib_window.c | 58 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 D | lib_newwin.c | 64 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 D | lib_bkgd.c | 54 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 D | lib_getch.c | 133 _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 D | lib_printw.c | 69 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 D | lib_pad.c | 53 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 D | resizeterm.c | 125 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 D | lib_getstr.c | 54 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 D | lib_scanw.c | 64 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 D | lib_delwin.c | 51 cannot_delete(WINDOW *win) in cannot_delete() 77 delwin(WINDOW *win) in delwin()
|
H A D | lib_addstr.c | 85 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 D | lib_touch.c | 67 is_wintouched(WINDOW *win) in is_wintouched() 82 wtouchln(WINDOW *win, int y, int n, int changed) in wtouchln()
|
H A D | lib_box.c | 52 _my_render(WINDOW *win, chtype ch) in _my_render() 66 wborder(WINDOW *win, in wborder()
|
/openbsd-src/lib/libcurses/widechar/ |
H A D | lib_add_wch.c | 64 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 D | lib_get_wstr.c | 48 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 D | lib_ins_wch.c | 86 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 D | curses.h | 1157 #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 D | lib_options.c | 77 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 D | display.c | 65 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 D | 20000403-1.c | 16 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 D | p_new.c | 94 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 D | 20010408-1.c | 2 struct win struct 4 struct win *w_next; argument
|
/openbsd-src/gnu/usr.bin/texinfo/info/ |
H A D | footnotes.c | 39 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 D | stp4020.c | 155 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()
|