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

/external/mksh/src/
H A Dedit.c3348 static int domove(int, const char *, int);
4052 if ((cur = domove(argcnt, cmd, 0)) >= 0) {
4133 es->cursor = domove(1, "^", 1);
4147 c1 = *cmd == 'c' ? domove(1, "^", 1) : 0;
4152 if ((ncursor = domove(argcnt, &cmd[1], 1)) < 0)
4252 es->cursor = domove(1, "^", 1);
4549 domove(int argcnt, const char *cmd, int sub) function

Completed in 320 milliseconds