/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_addch.c | 58 render_char(WINDOW *win, NCURSES_CH_T ch) in render_char() 98 _nc_render(WINDOW *win, NCURSES_CH_T ch) in _nc_render() 106 #define CHECK_POSITION(win, x, y) \ argument 117 #define CHECK_POSITION(win, x, y) /* nothing */ argument 121 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T *ypos) in newline_forces_scroll() 148 wrap_to_next_line(WINDOW *win) in wrap_to_next_line() 168 fill_cells(WINDOW *win, int count) in fill_cells() 189 _nc_build_wch(WINDOW *win, ARG_CH_T ch) in _nc_build_wch() 257 waddch_literal(WINDOW *win, NCURSES_CH_T ch) in waddch_literal() 434 waddch_nosync(WINDOW *win, const NCURSES_CH_T ch) in waddch_nosync() [all …]
|
H A D | lib_window.c | 56 mvderwin(WINDOW *win, int y, int x) in mvderwin() 82 syncok(WINDOW *win, bool bf) in syncok() 95 wsyncup(WINDOW *win) in wsyncup() 127 wsyncdown(WINDOW *win) in wsyncdown() 165 wcursyncup(WINDOW *win) in wcursyncup() 178 dupwin(WINDOW *win) in dupwin()
|
H A D | lib_newwin.c | 62 remove_window_from_screen(WINDOW *win) in remove_window_from_screen() 93 _nc_freewin(WINDOW *win) in _nc_freewin() 142 WINDOW *win; in NCURSES_SP_NAME() local 185 WINDOW *win; in newwin() local 197 WINDOW *win; in derwin() local 275 WINDOW *win; in NCURSES_SP_NAME() local
|
H A D | lib_bkgd.c | 52 wbkgrndset(WINDOW *win, const ARG_CH_T ch) in wbkgrndset() 105 wbkgdset(WINDOW *win, chtype ch) in wbkgdset() 118 _nc_background(WINDOW *win, const ARG_CH_T ch, bool narrow) in _nc_background() 261 wbkgrnd(WINDOW *win, const ARG_CH_T ch) in wbkgrnd() 268 wbkgd(WINDOW *win, chtype ch) in wbkgd()
|
H A D | lib_printw.c | 67 wprintw(WINDOW *win, const char *fmt, ...) in wprintw() 111 mvwprintw(WINDOW *win, int y, int x, const char *fmt, ...) in mvwprintw() 134 vwprintw(WINDOW *win, const char *fmt, va_list argp) in vwprintw() 152 vw_printw(WINDOW *win, const char *fmt, va_list argp) in vw_printw()
|
H A D | lib_getch.c | 131 _nc_use_meta(WINDOW *win) in _nc_use_meta() 379 recur_wrefresh(WINDOW *win) in recur_wrefresh() 412 recur_wgetnstr(WINDOW *win, char *buf) in recur_wgetnstr() 443 _nc_wgetch(WINDOW *win, in _nc_wgetch() 670 wgetch_events(WINDOW *win, _nc_eventlist * evl) in wgetch_events() 687 wgetch(WINDOW *win) in wgetch()
|
H A D | lib_pad.c | 51 WINDOW *win; in NCURSES_EXPORT() local 88 WINDOW *win = (WINDOW *) 0; in subpad() local 101 prefresh(WINDOW *win, in prefresh() 123 pnoutrefresh(WINDOW *win, in pnoutrefresh()
|
H A D | lib_delwin.c | 49 cannot_delete(WINDOW *win) in cannot_delete() 75 delwin(WINDOW *win) in delwin()
|
H A D | lib_touch.c | 65 is_wintouched(WINDOW *win) in is_wintouched() 80 wtouchln(WINDOW *win, int y, int n, int changed) in wtouchln()
|
H A D | resizeterm.c | 123 ripped_window(WINDOW *win) in ripped_window() 147 ripped_bottom(WINDOW *win) in ripped_bottom() 216 adjust_window(WINDOW *win, int ToLines, int ToCols, int stolen EXTRA_DCLS) in adjust_window() 294 WINDOW *win = &(wp->win); in decrease_size() local 329 WINDOW *win = &(wp->win); in increase_size() local
|
H A D | lib_getstr.c | 52 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) in WipeOut() 74 wgetnstr_events(WINDOW *win, in wgetnstr_events() 214 wgetnstr(WINDOW *win, char *str, int maxlen) in wgetnstr()
|
H A D | lib_scanw.c | 62 vw_scanw(WINDOW *win, const char *fmt, va_list argp) in vw_scanw() 91 wscanw(WINDOW *win, const char *fmt, ...) in wscanw() 117 mvwscanw(WINDOW *win, int y, int x, const char *fmt, ...) in mvwscanw()
|
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()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_add_wch.c | 62 render_char(WINDOW *win, cchar_t ch) in render_char() 103 #define CHECK_POSITION(win, x, y) \ argument 114 #define CHECK_POSITION(win, x, y) /* nothing */ argument 118 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T *ypos) in newline_forces_scroll() 141 wrap_to_next_line(WINDOW *win) in wrap_to_next_line() 160 fill_cells(WINDOW *win, int count) in fill_cells() 175 wadd_wch_literal(WINDOW *win, cchar_t ch) in wadd_wch_literal() 306 wadd_wch_nosync(WINDOW *win, cchar_t ch) in wadd_wch_nosync() 415 wadd_wch(WINDOW *win, const cchar_t *wch) in wadd_wch() 433 wecho_wchar(WINDOW *win, const cchar_t *wch) in wecho_wchar()
|
H A D | lib_get_wstr.c | 46 wadd_wint(WINDOW *win, wint_t *src) in wadd_wint() 62 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, int echoed) in WipeOut() 87 wgetn_wstr(WINDOW *win, wint_t *str, int maxlen) in wgetn_wstr()
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 1169 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) argument 1170 #define getbegyx(win,y,x) (y = getbegy(win), x = getbegx(win)) argument 1171 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win)) argument 1172 #define getparyx(win,y,x) (y = getpary(win), x = getparx(win)) argument 1212 #define getattrs(win) NCURSES_CAST(int, NCURSES_OK_ADDR(win) ? (win)->_attrs : A_NORMAL) argument 1213 #define getcurx(win) (NCURSES_OK_ADDR(win) ? (win)->_curx : ERR) argument 1214 #define getcury(win) (NCURSES_OK_ADDR(win) ? (win)->_cury : ERR) argument 1215 #define getbegx(win) (NCURSES_OK_ADDR(win) ? (win)->_begx : ERR) argument 1216 #define getbegy(win) (NCURSES_OK_ADDR(win) ? (win)->_begy : ERR) argument 1217 #define getmaxx(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxx + 1) : ERR) argument [all …]
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 808 WINDOW *win; in cmd_waddbytes() local 834 WINDOW *win; in cmd_waddstr() local 1335 WINDOW *win; in cmd_mvwaddbytes() local 1373 WINDOW *win; in cmd_mvwaddch() local 1405 WINDOW *win; in cmd_mvwaddchnstr() local 1443 WINDOW *win; in cmd_mvwaddchstr() local 1475 WINDOW *win; in cmd_mvwaddnstr() local 1513 WINDOW *win; in cmd_mvwaddstr() local 1545 WINDOW *win; in cmd_mvwdelch() local 1577 WINDOW *win; in cmd_mvwgetch() local [all …]
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_funcs.c | 38 WINDOW *win; in addstr4() local 105 WINDOW *win; in cl_attr() local 256 WINDOW *win; in cl_clrtoeol() local 285 WINDOW *win; in cl_cursor() local 312 WINDOW *win; in cl_deleteln() local 444 WINDOW *win; in cl_insertln() local 500 WINDOW *win; in cl_move() local 522 WINDOW *win; in cl_refresh() local 703 WINDOW *win; in cl_suspend() local
|
/freebsd/contrib/dialog/ |
H A D | mousewget.c | 28 mouse_wgetch(WINDOW *win, int *fkey, bool ignore_errs) in mouse_wgetch() 87 dlg_mouse_wgetch(WINDOW *win, int *fkey) in dlg_mouse_wgetch() 93 dlg_mouse_wgetch_nowait(WINDOW *win, int *fkey) in dlg_mouse_wgetch_nowait()
|
H A D | util.c | 241 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) in dlg_attr_clear() 562 dlg_get_attrs(WINDOW *win) in dlg_get_attrs() 612 define_color(WINDOW *win, int foreground) in define_color() 724 dlg_print_listitem(WINDOW *win, in dlg_print_listitem() 779 dlg_print_text(WINDOW *win, const char *txt, int cols, chtype *attr) in dlg_print_text() 921 dlg_print_line(WINDOW *win, in dlg_print_line() 1038 justify_text(WINDOW *win, in justify_text() 1108 dlg_print_autowrap(WINDOW *win, const char *prompt, int height, int width) in dlg_print_autowrap() 1125 dlg_print_scrolled(WINDOW *win, in dlg_print_scrolled() 1539 dlg_draw_box2(WINDOW *win, int y, int x, int height, int width, in dlg_draw_box2() [all …]
|
H A D | arrows.c | 34 #define add_acs(win, code) wadd_wch(win, W ## code) argument 36 #define add_acs(win, code) waddch(win, dlg_boxchar(code)) argument 71 dlg_draw_helpline(WINDOW *win, bool decorations) in dlg_draw_helpline() 99 dlg_draw_arrows2(WINDOW *win, in dlg_draw_arrows2() 157 dlg_draw_scrollbar(WINDOW *win, in dlg_draw_scrollbar() 261 dlg_draw_arrows(WINDOW *win, in dlg_draw_arrows()
|
H A D | dlg_keys.c | 35 WINDOW *win; /* window on which widget gets input */ variable 49 dlg_register_window(WINDOW *win, const char *name, DLG_KEYS_BINDING * binding) in dlg_register_window() 90 key_is_bound(WINDOW *win, const char *name, int curses_key, int function_key) in key_is_bound() 120 dlg_register_buttons(WINDOW *win, const char *name, const char **buttons) in dlg_register_buttons() 176 dlg_unregister_window(WINDOW *win) in dlg_unregister_window() 212 dlg_lookup_key(WINDOW *win, int curses_key, int *fkey) in dlg_lookup_key() 899 WINDOW *win, in dump_one_binding() 929 dlg_dump_window_keys(FILE *fp, WINDOW *win) in dlg_dump_window_keys()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_options.c | 75 idcok(WINDOW *win, bool flag) in idcok() 108 nodelay(WINDOW *win, bool flag) in nodelay() 123 notimeout(WINDOW *win, bool f) in notimeout() 135 wtimeout(WINDOW *win, int delay) in wtimeout() 146 keypad(WINDOW *win, bool flag) in keypad()
|
/freebsd/sys/dev/exca/ |
H A D | exca.c | 176 exca_do_mem_map(struct exca_softc *sc, int win) in exca_do_mem_map() argument 248 int win; in exca_mem_map() local 318 int win; exca_mem_findmap() local 341 int win; exca_mem_set_flags() local 376 int win; exca_mem_unmap_res() local 395 int win; exca_mem_set_offset() local 453 exca_do_io_map(struct exca_softc * sc,int win) exca_do_io_map() argument 488 int win; exca_io_map() local 536 int win; exca_io_findmap() local 551 int win; exca_io_unmap_res() local 600 int win; exca_reset() local [all...] |
/freebsd/contrib/ncurses/panel/ |
H A D | p_new.c | 92 WINDOW *win = SP_PARM->_stdscr; in root_panel() local 105 new_panel(WINDOW *win) in new_panel()
|