Searched refs:unescape2 (Results 1 – 5 of 5) sorted by relevance
63 if ((u = unescape2(&c, 1))<128) putchar(u); in echo_main()
599 if ((u = unescape2(&fmt, 0))<128) putchar(u); in do_find()
239 int unescape2(char **c, int echo);
466 int unescape2(char **c, int echo) in unescape2() function
1500 for (s = str+ii; *s != '\''; oo += wcrtomb(new+oo, unescape2(&s, 0),0)); in expand_arg_nobrace()