Searched refs:lineDOT (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_io.c | 86 altdot = lineDOT(); in filename() 107 altdot = lineDOT(); in filename() 116 altdot = lineDOT(); in filename() 146 viprintf(gettext(" line %d of %d --%ld%%--"), lineDOT(), in filename() 147 lineDOL(), (long)(100 * lineDOT() / i)); in filename()
|
H A D | ex_vwind.c | 110 i = lineDOT() - 1; in vup() 414 tfixnl(), fprintf(trace, "vrollR(%d), dot=%d\n", cnt, lineDOT()); in vrollR()
|
H A D | ex_vmain.c | 426 forbid(lineDOL()-lineDOT() <= vcnt-1-vcline); 440 forbid(lineDOT()-1<=vcline); /* line 1 already there */ 1249 i = vcline + lineDOL() - lineDOT() + 1;
|
H A D | ex_get.c | 168 viprintf(" %4d ", lineDOT() + 1); in gettty()
|
H A D | ex_vops.c | 394 (void) vreopen(WTOP, lineDOT(), vcline); in vmove() 478 (void) vreopen(LINE(vcline), lineDOT(), vcline); in vdelete()
|
H A D | ex_vadj.c | 908 (void) vreopen(p, lineDOT() + (l - vcline), l); in vsync1() 1105 vgoto(WBOT, 0), viprintf("%6d ", lineDOT()); in sethard()
|
H A D | ex_subr.c | 319 lineDOT(void) in lineDOT() function
|
H A D | ex_vops2.c | 547 i = vreopen(LINE(vcline), lineDOT(), vcline); in vappend()
|