Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dedit.c4171 int ncursor; in vi_cmd() local
4283 if ((ncursor = domove(argcnt, &cmd[1], 1)) < 0) in vi_cmd()
4288 --ncursor; in vi_cmd()
4289 } while (ctype(vs->cbuf[ncursor], C_SPACE)); in vi_cmd()
4290 ncursor++; in vi_cmd()
4292 if (ncursor > vs->cursor) { in vi_cmd()
4294 c2 = ncursor; in vi_cmd()
4296 c1 = ncursor; in vi_cmd()
4676 int ncursor = 0, i = 0, t; in domove() local
4683 ncursor in domove()
4820 int ncursor = 0; domovebeg() local
4971 int ncursor; findch() local
4999 int ncursor; forwword() local
5021 int ncursor; backword() local
5045 int ncursor; endword() local
5070 int ncursor; Forwword() local
5087 int ncursor; Backword() local
5103 int ncursor; Endword() local
[all...]

Completed in 6 milliseconds