Searched refs:WCOLS (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vput.c | 59 vclrbyte(vtube0, WCOLS * (WECHO - ZERO + 1)); 103 if (destcol == WCOLS) 105 destline += destcol / WCOLS; 106 destcol %= WCOLS; 109 i = WCOLS - destcol; 123 destcol = WCOLS - i; 201 vclrbyte(vtube[WECHO], WCOLS); 352 vigoto(WECHO, WCOLS-20); 400 if (x >= WCOLS) { 401 y += x / WCOLS; [all...] |
H A D | ex_v.c | 242 WCOLS = TUBECOLS; 247 columns = WCOLS; 437 WCOLS = columns; 442 WCOLS--; 456 ZERO = lines - TUBESIZE / WCOLS; 481 if (WCOLS == 1000) 485 if (WCOLS > TUBECOLS) 487 if (WLINES >= TUBELINES || WCOLS * (WECHO - ZERO + 1) > TUBESIZE) 492 vclrbyte(atube, WCOLS * (WECHO - ZERO + 1)); 496 vtube[i] = atube, atube += WCOLS; [all...] |
H A D | ex_vis.h | 73 * we can't get back). There are WCOLS columns per line. 82 var short WCOLS; variable 294 #define cindent() ((outline - vlinfo[vcline].vliny) * WCOLS + outcol)
|
H A D | ex_vadj.c | 176 WCOLS = OCOLUMNS; 178 WCOLS = TUBECOLS; 181 WCOLS = TUBECOLS; 191 if (insert_null_glitch && destcol == WCOLS) 388 vclrbyte(vtube[to], WCOLS); 445 destcol = (NONL ? 0 : outcol % WCOLS); 452 destcol = (NONL ? 0 : outcol % WCOLS); 456 vclrbyte(vtube[0], WCOLS); 486 vclrbyte(vtube[to], WCOLS); 826 vclrbyte(vtube[to], WCOLS); [all...] |
H A D | ex_subr.c | 667 OWCOLS = WCOLS; 668 if (WCOLS == 0) 669 WCOLS = columns; 670 if ((mc_wrap) == 1 && (remcols = (WCOLS - (vcntcol % WCOLS))) < cols) 672 WCOLS = OWCOLS;
|
H A D | ex_vwind.c | 463 d = (column(NOSTR) + WCOLS - 1 + (Putchar == listchar) + insert_null_glitch) / WCOLS;
|
H A D | ex_voper.c | 212 if (mouse_x > WCOLS) 228 mouse_x += WCOLS * (mouse_y - 235 mouse_x += WCOLS * (mouse_y - 1);
|
H A D | ex_cmds2.c | 689 vclrbyte(vtube[WECHO], WCOLS);
|
H A D | ex_vops2.c | 147 for (i = WCOLS - destcol; i > 0; i--) { 155 if (destline == WECHO && destcol < WCOLS-11 && vtube[WECHO][WCOLS-20]) 924 vgoto(destline - 1, WCOLS + destcol - 1);
|
H A D | ex_vget.c | 728 fprintf(trace, "\n%s: basWTOP=%d, basWLINES=%d, WTOP=%d, WBOT=%d, WLINES=%d, WCOLS=%d, WECHO=%d\n", 729 s, basWTOP, basWLINES, WTOP, WBOT, WLINES, WCOLS, WECHO);
|
Completed in 80 milliseconds