Home
last modified time | relevance | path

Searched refs:addch_y (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libcurses/base/
Dlib_scroll.c125 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()
Dlib_addch.c202 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/
Dcurses.priv.h1260 int addch_y; /* y-position for addch_work[] */ variable