refresh.c | 56 static void re_update_line(EditLine *, wchar_t *, wchar_t *, int); 336 /* NOTE THAT re_update_line MAY CHANGE el_display[i] */ 337 re_update_line(el, (wchar_t *)el->el_display[i], 517 re_update_line() is based on finding the middle difference of each line 541 re_update_line(EditLine *el, wchar_t *old, wchar_t *new, int i) function in typeref:typename:void
|