Searched refs:_cursor (Results 1 – 5 of 5) sorted by relevance
331 if (SP_PARM->_cursor != -1) { in _nc_mvcur_resume()332 int cursor = SP_PARM->_cursor; in _nc_mvcur_resume()333 SP_PARM->_cursor = -1; in _nc_mvcur_resume()499 if (SP_PARM->_cursor != -1) { in _nc_mvcur_wrap()500 int cursor = SP_PARM->_cursor; in _nc_mvcur_wrap()502 SP_PARM->_cursor = cursor; in _nc_mvcur_wrap()
199 int cursor = SP_PARM->_cursor; in curs_set()227 SP_PARM->_cursor = vis; in curs_set()
275 typedef struct _cursor { struct
271 typedef struct _cursor { struct
1074 int _cursor; /* visibility of the cursor */ member1347 sp->_cursor = -1; \