Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwaddnstr.c51 short maxx_1 = win->_maxx - 1, cury = win->_cury, in waddnstr() local
115 if ((ch >= ' ') && (ch != _CTRL('?')) && (curx < maxx_1)) { in waddnstr()