Home
last modified time | relevance | path

Searched refs:lineDOT (Results 1 – 8 of 8) sorted by relevance

/original-bsd/usr.bin/ex/
H A Dex_io.c84 altdot = lineDOT();
108 altdot = lineDOT();
131 altdot = lineDOT();
168 ex_printf(" line %d of %d --%ld%%--", lineDOT(), lineDOL(),
169 (long) 100 * lineDOT() / i);
H A Dex_vwind.c93 i = lineDOT() - 1;
398 tfixnl(), fprintf(trace, "vrollR(%d), dot=%d\n", cnt, lineDOT());
H A Dex_vmain.c355 forbid(lineDOL()-lineDOT() <= vcnt-1-vcline); in vmain()
369 forbid(lineDOT()-1<=vcline); /* line 1 already there */ in vmain()
1061 i = vcline + lineDOL() - lineDOT() + 1; in vmain()
H A Dex_get.c140 ex_printf(" %4d ", lineDOT() + 1); in gettty()
H A Dex_vops.c336 ignore(vreopen(WTOP, lineDOT(), vcline)); in vmove()
406 ignore(vreopen(LINE(vcline), lineDOT(), vcline));
H A Dex_vadj.c875 ignore(vreopen(p, lineDOT() + (l - vcline), l));
1072 vgoto(WBOT, 0), ex_printf("%6d ", lineDOT()); in sethard()
H A Dex_subr.c278 lineDOT() in lineDOT() function
H A Dex_vops2.c302 i = vreopen(LINE(vcline), lineDOT(), vcline);