Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c142 __m_touch_locs(WINDOW *w, int row, int firstCol, int lastCol) in __m_touch_locs() argument
147 if (lastCol > w->_last[row]) in __m_touch_locs()
148 w->_last[row] = (short)lastCol; in __m_touch_locs()