Searched refs:addch_y (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/lib/libcurses/base/ |
| D | lib_scroll.c | 125 int next = WINDOW_EXT(win, addch_y) + n; in NCURSES_EXPORT() 129 WINDOW_EXT(win, addch_y) = 0; in NCURSES_EXPORT() 132 WINDOW_EXT(win, addch_y), in NCURSES_EXPORT() 134 WINDOW_EXT(win, addch_y) = next; in NCURSES_EXPORT()
|
| D | lib_addch.c | 202 WINDOW_EXT(win, addch_y) != y)) { in _nc_build_wch() 207 WINDOW_EXT(win, addch_y), WINDOW_EXT(win, addch_x), in _nc_build_wch() 211 WINDOW_EXT(win, addch_y) = y; in _nc_build_wch()
|
| /openbsd/src/lib/libcurses/ |
| D | curses.priv.h | 1260 int addch_y; /* y-position for addch_work[] */ variable
|