Home
last modified time | relevance | path

Searched refs:COLS (Results 1 – 25 of 46) sorted by last modified time

12

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c255 if (COLS < last)
256 last = COLS;
260 nptr = &newscr->_line[row][COLS];
261 for (tail = COLS; 0 < tail; --tail) {
273 tail = COLS;
341 if (COLS <= col && LINES-1 <= row
389 if (ceol_standout_glitch && col < COLS
413 for (tail = col; tail < COLS; ++tail, ++optr)
422 if (tail < COLS) {
435 if (COLS <= curscr->_curx) {
[all …]
H A Dnewterm.c49 int LINES, COLS; variable
439 COLS = columns;
/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c201 ce = &curscr->_y[ly][COLS - 1]; in makech()
287 if (lx >= COLS && AM) { in makech()
H A Dtstp.c42 (void) mvcur(0, COLS - 1, LINES - 1, 0); in tstp()
H A Dmvwin.c34 if (by + win->_maxy > LINES || bx + win->_maxx > COLS) in mvwin()
H A Dnewwin.c53 nc = COLS - bx; in newwin()
205 if (win->_begx + win->_maxx == COLS) { in _swflags_()
H A Dinitscr.c62 fprintf(outf, "LINES = %d, COLS = %d\n", LINES, COLS); in initscr()
64 if ((curscr = newwin(LINES, COLS, 0, 0)) == ERR) in initscr()
74 stdscr = newwin(LINES, COLS, 0, 0); in initscr()
H A Dinsch.c42 if (win->_cury == LINES - 1 && win->_y[LINES-1][COLS-1] != ' ') in winsch()
H A Dcr_tty.c101 fprintf(outf, "SETTERM: LINES = %d, COLS = %d\n", LINES, COLS); in setterm()
117 if (COLS == 0) in setterm()
118 COLS = win.ws_col; in setterm()
127 if (COLS == 0) in setterm()
128 COLS = tgetnum("co"); in setterm()
129 if (COLS <= 4) in setterm()
130 COLS = 80; in setterm()
133 fprintf(outf, "SETTERM: LINES = %d, COLS = %d\n", LINES, COLS); in setterm()
H A Dcurses.c37 COLS, /* number of columns allowed on screen */ variable
H A Dcurses.ext30 extern int _tty_ch, LINES, COLS;
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h95 extern int LINES, COLS, _tty_ch, _res_flg;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c55 int LINES, COLS; variable
445 COLS = columns; in set_term()
H A Ddoupdate.c240 int tail = COLS; in _find_blank_tail()
243 return (COLS); in _find_blank_tail()
247 nptr = &newscr->_line[row][COLS]; in _find_blank_tail()
308 for (i = region.col; i < COLS - region.size; i++) { in _deleteRegion()
323 if (tail < COLS) { in _clearToEOL()
332 (void) __m_cc_erase(curscr, row, tail, row, COLS - 1); in _clearToEOL()
429 for (col = 0; col < COLS; col++) { in _findRegions()
437 for (col = deletePoint; col < COLS - deleteCount; in _findRegions()
530 return (COLS); in _ceolAdjustRegions()
574 if (ceolStart != COLS) { in _updateRegions()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h346 extern int LINES, COLS;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h361 extern int LINES, COLS;
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dupdate.c151 std_touch_top(screen_y, _Top_panel, 0, COLS - 1); in std_touchup()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwclrtoeol.c97 int endx = COLS / in wclrtoeol()
98 BITSPERBYTE + (COLS %BITSPERBYTE ? 1 : 0); in wclrtoeol()
H A Dslk_start.c154 if ((win = newwin(1, COLS, LINES - 1, 0)) == NULL) in _init_slk_func()
161 if ((len = (COLS - 1) / (num + 1)) > LABLEN) { in _init_slk_func()
225 if ((spread = (COLS - (n + 1))/(_ngroups - 1)) <= 0) in _slk_setpos()
227 left = (COLS-(n + 1)) % (_ngroups - 1); in _slk_setpos()
H A Dstart_col.c112 nc = (COLS / BITSPERBYTE) + (COLS % BITSPERBYTE ? 1 : 0); in start_color()
H A Dsetcurscreen.c61 COLS = SP->csize; in setcurscreen()
H A Dquick_echo.c64 (SPy > ((LINES + SP->Yabove) - 1)) || (SPx > (COLS - 1)) || in _quick_echo()
H A Drestart.c91 COLS = columns; in restartterm()
H A Dripoffline.c79 (*_ripstruct[i].initfunction) (newwin(1, COLS, in _init_rip_func()
80 ((flag = _ripstruct[i].line) > 0) ? 0 : LINES, 0), COLS); in _init_rip_func()
H A Dprefresh.c127 smaxx = COLS - 1; in _padjust()

12