Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c88 moveop = vmove, deleteop = (int (*)())vdelete; in operate()
363 if (opf != vmove) in operate()
489 if (moveop != vmove) in operate()
518 if (opf == vmove) { in operate()
524 if (opf == vmove) { in operate()
555 forbid(margin() || opf == vmove && edge()); in operate()
563 if (margin() && opf == vmove || wcursor < linebuf) { in operate()
609 if (opf == vmove || c != workcmd[0]) { in operate()
634 if (opf == vmove) in operate()
667 if (opf == vmove) in operate()
[all …]
H A Dex_vops3.c543 if (lf == vmove && wcursor > linebuf) in lnext()
593 if (c == ']' && f != vmove) { in lbrack()
599 if (c == ']' && f != vmove && linebuf[0] == '}') in lbrack()
604 if (f != vmove) in lbrack()
H A Dex_vis.h308 int vmove();
H A Dex_vwind.c503 (void) vmove(); in vnline()
H A Dex_vops2.c220 (void) vmove(); in vappend()
746 (void) vmove(); in vappend()
H A Dex_vops.c349 vmove(void) in vmove() function