Home
last modified time | relevance | path

Searched refs:ex_ZERO (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/ex/
H A Dex_v.c331 ex_ZERO = 0; in setwind()
340 ex_ZERO = LINES - TUBESIZE / WCOLS; in setwind()
341 if (ex_ZERO < 0) in setwind()
342 ex_ZERO = 0; in setwind()
343 if (ex_ZERO > basWTOP) in setwind()
366 if (WLINES >= TUBELINES || WCOLS * (WECHO - ex_ZERO + 1) > TUBESIZE)
370 vclrbyte(atube, WCOLS * (WECHO - ex_ZERO + 1));
371 for (i = 0; i < ex_ZERO; i++)
H A Dex_vwind.c108 cnt <= WTOP - ex_ZERO && vfit(dot - cnt, cnt) <= WTOP - ex_ZERO)
110 tot = WECHO - ex_ZERO;
158 tot = WECHO - ex_ZERO;
H A Dex_vadj.c76 if (state == VISUAL && vcline == 0 && vcnt > 1 && p > ex_ZERO) {
80 if (p < ex_ZERO)
81 p = ex_ZERO;
194 if (state == VISUAL && WTOP - ex_ZERO >= need && AL && DL) {
454 for (to = ex_ZERO, from = ex_ZERO + cnt; to <= WECHO - cnt; to++, from++)
456 for (from = ex_ZERO; to <= WECHO; to++, from++) {
477 if (vcnt && WBOT != WECHO && LINE(0) < WTOP && LINE(0) >= ex_ZERO) { in vscrap()
H A Dex_vis.h221 var short ex_ZERO; variable
H A Dex_vops.c675 if (c < ex_ZERO)
676 c = ex_ZERO;
H A Dex_vput.c35 vclrbyte(vtube0, WCOLS * (WECHO - ex_ZERO + 1)); in vclear()
476 for (i = ex_ZERO; i <= WECHO; i++)