Searched refs:re_printstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Drefresh.c66 private void re_printstr(EditLine *, const char *, Char *, Char *);
76 /* re_printstr():
80 re_printstr(EditLine *el, const char *str, Char *f, Char *t) function
705 re_printstr(el, "old- oe", old, oe);
706 re_printstr(el, "new- ne", new, ne);
707 re_printstr(el, "old-ofd", old, ofd);
708 re_printstr(el, "new-nfd", new, nfd);
709 re_printstr(el, "ofd-osb", ofd, osb);
710 re_printstr(el, "nfd-nsb", nfd, nsb);
711 re_printstr(e
[all...]

Completed in 406 milliseconds