Searched refs:re_printstr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | refresh.c | 65 static void re_printstr(EditLine *, const char *, wchar_t *, wchar_t *); 79 re_printstr(EditLine *el, const char *str, wchar_t *f, wchar_t *t) in re_printstr() function 741 re_printstr(el, "old- oe", old, oe); in re_update_line() 742 re_printstr(el, "new- ne", new, ne); in re_update_line() 743 re_printstr(el, "old-ofd", old, ofd); in re_update_line() 744 re_printstr(el, "new-nfd", new, nfd); in re_update_line() 745 re_printstr(el, "ofd-osb", ofd, osb); in re_update_line() 746 re_printstr(el, "nfd-nsb", nfd, nsb); in re_update_line() 747 re_printstr(el, "osb-ose", osb, ose); in re_update_line() 748 re_printstr(el, "nsb-nse", nsb, nse); in re_update_line() [all …]
|