Searched defs:onto (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1045 static int gl_find_char(GetLine *gl, int count, int forward, int onto, char c);
1075 * In vi mode this is used to delete up to or onto a given or read
1080 int onto, int change);
1086 static int gl_copy_find(GetLine *gl, int count, char c, int forward, int onto);
4125 * most terminals won't move the cursor onto the next line until we
4552 * onto int True if the search should end on top of the
4565 int onto, int change)
4570 int pos = gl_find_char(gl, count, forward, onto, c);
7328 * but not onto, the found character.
7338 * but not onto, th
4564 gl_delete_find(GetLine *gl, int count, char c, int forward, int onto, int change) argument
7365 gl_find_char(GetLine *gl, int count, int forward, int onto, char c) argument
7681 gl_copy_find(GetLine *gl, int count, char c, int forward, int onto) argument
[all...]

Completed in 87 milliseconds