Searched defs:firstCol (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c144 __m_touch_locs(WINDOW *w, int row, int firstCol, int lastCol) argument
147 if (firstCol < w->_first[row])
148 w->_first[row] = (short)firstCol;

Completed in 30 milliseconds