Searched refs:re_printstr (Results 1 – 1 of 1) sorted by relevance
/external/libedit/src/ |
D | refresh.c | 65 private void re_printstr(EditLine *, const char *, char *, char *); 79 re_printstr(EditLine *el, const char *str, char *f, char *t) in re_printstr() function 701 re_printstr(el, "old- oe", old, oe); in re_update_line() 702 re_printstr(el, "new- ne", new, ne); in re_update_line() 703 re_printstr(el, "old-ofd", old, ofd); in re_update_line() 704 re_printstr(el, "new-nfd", new, nfd); in re_update_line() 705 re_printstr(el, "ofd-osb", ofd, osb); in re_update_line() 706 re_printstr(el, "nfd-nsb", nfd, nsb); in re_update_line() 707 re_printstr(el, "osb-ose", osb, ose); in re_update_line() 708 re_printstr(el, "nsb-nse", nsb, nse); in re_update_line() [all …]
|