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

  /src/external/gpl3/gdb/dist/readline/readline/
display.c 70 static void update_line (char *, char *, char *, char *, int, int, int, int);
153 update_line and the code that calls it makes a multiple line,
209 /* This is a hint update_line gives to rl_redisplay that it has adjusted the
260 can be shared between rl_redisplay and update_line */
439 to add them, since update_line expects them to be counted before
747 /* Do whatever tests are necessary and tell update_line that it can do a
1150 /* The space will be removed in update_line() */
1293 update_line (VIS_LINE(linenum), VIS_LINE_FACE(linenum),
1298 /* update_line potentially changes _rl_last_c_pos, but doesn't
1302 change update_line itself. There are several cases in whic
1651 update_line (char *old, char *old_face, char *new, char *new_face, int current_line, int omax, int nmax, int inv_botlin) function
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
display.c 70 static void update_line PARAMS((char *, char *, char *, char *, int, int, int, int));
153 update_line and the code that calls it makes a multiple line,
209 /* This is a hint update_line gives to rl_redisplay that it has adjusted the
260 can be shared between rl_redisplay and update_line */
726 /* Do whatever tests are necessary and tell update_line that it can do a
1129 /* The space will be removed in update_line() */
1272 update_line (VIS_LINE(linenum), VIS_LINE_FACE(linenum),
1277 /* update_line potentially changes _rl_last_c_pos, but doesn't
1281 change update_line itself. There are several cases in which
1282 update_line adjusts _rl_last_c_pos itself (so it can pas
1630 update_line (char *old, char *old_face, char *new, char *new_face, int current_line, int omax, int nmax, int inv_botlin) function
    [all...]

Completed in 53 milliseconds