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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1050 static int gl_nth_word_end_forward(GetLine *gl, int n);
4321 return gl_place_cursor(gl, gl_nth_word_end_forward(gl, count) +
4507 gl_nth_word_end_forward(gl,count) - gl->buff_curpos + 1, 1);
4669 int last = gl_nth_word_end_forward(gl, count);
4705 int last = gl_nth_word_end_forward(gl, count);
7489 static int gl_nth_word_end_forward(GetLine *gl, int n) function
7625 gl_nth_word_end_forward(gl, count) :

Completed in 96 milliseconds