Searched refs:vreopen (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_vadj.c | 107 cnt = vreopen(p, lineno(tp), vcline); in vopen() 116 vreopen(int p, int lineno, int l) in vreopen() function 713 (void) vreopen(p, lineno(tp), l); in vredraw() 908 (void) vreopen(p, lineDOT() + (l - vcline), l); in vsync1()
|
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_vops2.c | 547 i = vreopen(LINE(vcline), lineDOT(), vcline); in vappend()
|