Symbol: vmove
usr/src/cmd/vi/port/ex_vis.h
308
int vmove();
usr/src/cmd/vi/port/ex_voper.c
1046
if (cnt == 1 && op != vmove && wcursor[length] == 0) {
usr/src/cmd/vi/port/ex_voper.c
1064
if (op == vmove && margin()) {
usr/src/cmd/vi/port/ex_voper.c
363
if (opf != vmove)
usr/src/cmd/vi/port/ex_voper.c
489
if (moveop != vmove)
usr/src/cmd/vi/port/ex_voper.c
518
if (opf == vmove) {
usr/src/cmd/vi/port/ex_voper.c
524
if (opf == vmove) {
usr/src/cmd/vi/port/ex_voper.c
555
forbid(margin() || opf == vmove && edge());
usr/src/cmd/vi/port/ex_voper.c
563
if (margin() && opf == vmove || wcursor < linebuf) {
usr/src/cmd/vi/port/ex_voper.c
609
if (opf == vmove || c != workcmd[0]) {
usr/src/cmd/vi/port/ex_voper.c
634
if (opf == vmove)
usr/src/cmd/vi/port/ex_voper.c
667
if (opf == vmove)
usr/src/cmd/vi/port/ex_voper.c
678
if (opf == vmove)
usr/src/cmd/vi/port/ex_voper.c
746
if (opf == vmove && (wdot != dot ||
usr/src/cmd/vi/port/ex_voper.c
777
if (opf == vmove)
usr/src/cmd/vi/port/ex_voper.c
863
if (opf == vmove) {
usr/src/cmd/vi/port/ex_voper.c
88
moveop = vmove, deleteop = (int (*)())vdelete;
usr/src/cmd/vi/port/ex_vops2.c
220
(void) vmove();
usr/src/cmd/vi/port/ex_vops2.c
746
(void) vmove();
usr/src/cmd/vi/port/ex_vops3.c
543
if (lf == vmove && wcursor > linebuf)
usr/src/cmd/vi/port/ex_vops3.c
593
if (c == ']' && f != vmove) {
usr/src/cmd/vi/port/ex_vops3.c
599
if (c == ']' && f != vmove && linebuf[0] == '}')
usr/src/cmd/vi/port/ex_vops3.c
604
if (f != vmove)
usr/src/cmd/vi/port/ex_vwind.c
503
(void) vmove();