Searched refs:dprintstr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.refresh.c | 62 static void dprintstr (char *, const Char *, const Char *); 65 dprintstr(char *str, const Char *f, const Char *t) in dprintstr() function 804 dprintstr("old- oe", old, oe); in update_line() 805 dprintstr("new- ne", new, ne); in update_line() 806 dprintstr("old-ofd", old, ofd); in update_line() 807 dprintstr("new-nfd", new, nfd); in update_line() 808 dprintstr("ofd-osb", ofd, osb); in update_line() 809 dprintstr("nfd-nsb", nfd, nsb); in update_line() 810 dprintstr("osb-ose", osb, ose); in update_line() 811 dprintstr("nsb-nse", nsb, nse); in update_line() [all …]
|