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

  /src/lib/libedit/
readline.c 81 int rl_point = 0; variable in typeref:typename:int
421 * Unfortunately, some applications really do use rl_point
1991 &rl_point, &rl_end, 0);
2308 rl_point = (int)(li->cursor - li->buffer);
readline.c 81 int rl_point = 0; variable in typeref:typename:int
421 * Unfortunately, some applications really do use rl_point
1991 &rl_point, &rl_end, 0);
2308 rl_point = (int)(li->cursor - li->buffer);

Completed in 24 milliseconds