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;
363 if (opf != vmove)
488 if (moveop != vmove)
517 if (opf == vmove) {
523 if (opf == vmove) {
554 forbid(margin() || opf == vmove && edge());
562 if (margin() && opf == vmove || wcursor < linebuf) {
608 if (opf == vmove || c != workcmd[0]) {
633 if (opf == vmove)
666 if (opf == vmove)
[all...]
H A Dex_vops3.c543 if (lf == vmove && wcursor > linebuf)
593 if (c == ']' && f != vmove) {
599 if (c == ']' && f != vmove && linebuf[0] == '}')
604 if (f != vmove)
H A Dex_vis.h190 * For U undo's the line is grabbed by "vmove" after it first appears
310 int vmove();
H A Dex_vwind.c503 (void) vmove();
H A Dex_vops2.c220 (void) vmove();
746 (void) vmove();
H A Dex_vops.c349 vmove(void) function
714 vmove();

Completed in 66 milliseconds