Searched refs:re_printstr (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/lib/libedit/ |
| D | refresh.c | 63 private void re_printstr(EditLine *, const char *, char *, char *); 77 re_printstr(EditLine *el, const char *str, char *f, char *t) in re_printstr() function 646 re_printstr(el, "old- oe", old, oe); in re_update_line() 647 re_printstr(el, "new- ne", new, ne); in re_update_line() 648 re_printstr(el, "old-ofd", old, ofd); in re_update_line() 649 re_printstr(el, "new-nfd", new, nfd); in re_update_line() 650 re_printstr(el, "ofd-osb", ofd, osb); in re_update_line() 651 re_printstr(el, "nfd-nsb", nfd, nsb); in re_update_line() 652 re_printstr(el, "osb-ose", osb, ose); in re_update_line() 653 re_printstr(el, "nsb-nse", nsb, nse); in re_update_line() [all …]
|