Home
last modified time | relevance | path

Searched refs:firstCol (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
145 if (firstCol < w->_first[row]) in __m_touch_locs()
146 w->_first[row] = (short)firstCol; in __m_touch_locs()