HomeSort by: relevance | last modified time | path
    Searched defs:rl_point (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
readline.c 82 int rl_point = 0; variable
422 * Unfortunately, some applications really do use rl_point
1992 &rl_point, &rl_end, 0);
2309 rl_point = (int)(li->cursor - li->buffer);
readline.c 82 int rl_point = 0; variable
422 * Unfortunately, some applications really do use rl_point
1992 &rl_point, &rl_end, 0);
2309 rl_point = (int)(li->cursor - li->buffer);

Completed in 84 milliseconds