Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_scroll.c123 int next = WINDOW_EXT(win, addch_y) + n; in NCURSES_EXPORT()
127 WINDOW_EXT(win, addch_y) = 0; in NCURSES_EXPORT()
130 WINDOW_EXT(win, addch_y), in NCURSES_EXPORT()
132 WINDOW_EXT(win, addch_y) = next; in NCURSES_EXPORT()
H A Dlib_addch.c200 WINDOW_EXT(win, addch_y) != y)) { in _nc_build_wch()
205 WINDOW_EXT(win, addch_y), WINDOW_EXT(win, addch_x), in _nc_build_wch()
209 WINDOW_EXT(win, addch_y) = y; in _nc_build_wch()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1407 int addch_y; /* y-position for addch_work[] */ variable