Searched refs:update_line (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Ded.refresh.c48 static void update_line (Char *, Char *, int);
419 /* NOTE THAT update_line MAY CHANGE Display[cur_line] */
420 update_line(Display[cur_line], Vdisplay[cur_line], cur_line);
439 update_line(Display[cur_line], STRNULL, cur_line);
561 update_line() is based on finding the middle difference of each line
585 update_line(Char *old, Char *new, int cur_line) function
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c63 static void update_line PARAMS((char *, char *, int, int, int, int));
104 update_line and the code that calls it makes a multiple line,
180 can be shared between rl_redisplay and update_line */
830 /* The space will be removed in update_line() */
932 update_line (VIS_LINE(linenum), INV_LINE(linenum), linenum,
935 /* update_line potentially changes _rl_last_c_pos, but doesn't
939 change update_line itself. There is one case in which
940 update_line adjusts _rl_last_c_pos itself (so it can pass
944 time update_line is called, then we can assume in our
1143 update_line (
1213 update_line (old, new, current_line, omax, nmax, inv_botlin) function
[all...]

Completed in 139 milliseconds