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