Searched refs:newscr (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 90 static WINDOW *newscr; variable 250 col = newscr->_first[row]; 254 last = newscr->_last[row]; 260 nptr = &newscr->_line[row][COLS]; 262 if (!__m_cc_compare(--nptr, &newscr->_bg, 1)) 277 nptr = &newscr->_line[row][col]; 414 if (!__m_cc_compare(optr, &newscr->_bg, 1)) 663 cchar_t **nline = newscr->_line; 812 if (newscr->_first[i] < newscr->_last[i]) { in complex() 814 __m_cc_hash(newscr, nhash, i); in complex() [all …]
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | doupdate.c | 91 static WINDOW *newscr; variable 249 nptr = &newscr->_line[row][COLS]; in _find_blank_tail() 251 if (!__m_cc_compare(--nptr, &newscr->_bg, 1)) in _find_blank_tail() 267 cchar_t *nptr = &newscr->_line[row][region.col]; in _writeRegion() 415 cchar_t *nptr = &newscr->_line[row][0]; in _findRegions() 943 if (newscr->_first[i] < newscr->_last[i]) { in complex() 945 __m_cc_hash(newscr, nhash, i); in complex() 991 newscr->_first[i] = newscr->_maxx; in complex() 992 newscr->_last[i] = -1; in complex() 1009 for (row = 0; row < newscr->_maxy; ++row) { in simple() [all …]
|