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

/freebsd-10.1-release/contrib/tcsh/
H A Ded.refresh.c52 static void update_line (Char *, Char *, int);
393 /* NOTE THAT update_line MAY CHANGE Display[cur_line] */
394 update_line(Display[cur_line], Vdisplay[cur_line], cur_line);
413 update_line(Display[cur_line], STRNULL, cur_line);
535 update_line() is based on finding the middle difference of each line
559 update_line(Char *old, Char *new, int cur_line) function
/freebsd-10.1-release/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() */
928 update_line (VIS_LINE(linenum), INV_LINE(linenum), linenum,
931 /* update_line potentially changes _rl_last_c_pos, but doesn't
935 change update_line itself. There is one case in which
936 update_line adjusts _rl_last_c_pos itself (so it can pass
940 time update_line is called, then we can assume in our
1133 update_line (
1203 update_line (old, new, current_line, omax, nmax, inv_botlin) function
[all...]

Completed in 52 milliseconds