Searched refs:use_col (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dcursor.c71 int use_col = col; local in function:CursorSet
76 use_col += screen->lft_marg;
79 use_col = (use_col < 0 ? 0 : use_col);
80 set_cur_col(screen, (use_col <= max_col ? use_col : max_col));
H A Dcharproc.c2968 int use_col; local in function:doparsing
2974 use_col = (screen->char_was_written
2984 && !IsCellCombined(screen, use_row, use_col)) {
2985 prev = (int) XTERM_CELL(use_row, use_col);
3001 putXtermCell(screen, use_row, use_col, test);
3003 || getXtermCell(screen, use_row, use_col) >= ' ') {
3004 addXtermCombining(screen, use_row, use_col, c);
3015 ScrnUpdate(xw, use_row, use_col, 1, 1, 1);

Completed in 15 milliseconds