Searched refs:gl_copy_find (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | getline.c | 1086 static int gl_copy_find(GetLine *gl, int count, char c, int forward, int onto); 7681 static int gl_copy_find(GetLine *gl, int count, char c, int forward, int onto) in gl_copy_find() function 7715 return gl_copy_find(gl, count, '\0', 1, 1); in KT_KEY_FN() 7724 return gl_copy_find(gl, count, '\0', 0, 1); in KT_KEY_FN() 7733 return gl_copy_find(gl, count, '\0', 1, 0); in KT_KEY_FN() 7742 return gl_copy_find(gl, count, '\0', 0, 0); in KT_KEY_FN() 7751 return gl_copy_find(gl, count, gl->vi.find_char, gl->vi.find_forward, in KT_KEY_FN() 7761 return gl_copy_find(gl, count, gl->vi.find_char, !gl->vi.find_forward, in KT_KEY_FN()
|