Lines Matching refs:re_printstr
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()
654 re_printstr(el, "ose-ols", ose, ols); in re_update_line()
655 re_printstr(el, "nse-nls", nse, nls); in re_update_line()
656 re_printstr(el, "ols- oe", ols, oe); in re_update_line()
657 re_printstr(el, "nls- ne", nls, ne); in re_update_line()