Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c87 altdot = lineDOT(); in filename()
108 altdot = lineDOT(); in filename()
117 altdot = lineDOT(); in filename()
147 viprintf(gettext(" line %d of %d --%ld%%--"), lineDOT(), in filename()
148 lineDOL(), (long)(100 * lineDOT() / i)); in filename()
H A Dex_vwind.c110 i = lineDOT() - 1; in vup()
414 tfixnl(), fprintf(trace, "vrollR(%d), dot=%d\n", cnt, lineDOT()); in vrollR()
H A Dex_vmain.c424 forbid(lineDOL()-lineDOT() <= vcnt-1-vcline);
438 forbid(lineDOT()-1<=vcline); /* line 1 already there */
1246 i = vcline + lineDOL() - lineDOT() + 1;
H A Dex_get.c168 viprintf(" %4d ", lineDOT() + 1); in gettty()
H A Dex_vops.c394 (void) vreopen(WTOP, lineDOT(), vcline); in vmove()
478 (void) vreopen(LINE(vcline), lineDOT(), vcline); in vdelete()
H A Dex_vadj.c908 (void) vreopen(p, lineDOT() + (l - vcline), l); in vsync1()
1105 vgoto(WBOT, 0), viprintf("%6d ", lineDOT()); in sethard()
H A Dex_subr.c326 lineDOT(void) in lineDOT() function
H A Dex_vops2.c547 i = vreopen(LINE(vcline), lineDOT(), vcline); in vappend()