Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dvi.c696 int ncursor; in vi_cmd() local
803 if ((ncursor = domove(argcnt, &cmd[1], 1)) < 0) in vi_cmd()
809 (unsigned char)es->cbuf[--ncursor])) in vi_cmd()
811 ncursor++; in vi_cmd()
813 if (ncursor > es->cursor) { in vi_cmd()
815 c2 = ncursor; in vi_cmd()
817 c1 = ncursor; in vi_cmd()
1181 int ncursor = 0; in domove() local
1189 ncursor = (*cmd == 'b' ? backword : Backword)(argcnt); in domove()
1196 ncursor = (*cmd == 'e' ? endword : Endword)(argcnt); in domove()
[all …]