Searched refs:parseescape (Results 1 – 6 of 6) sorted by relevance
279 extern eChar parseescape (const Char **);
208 if ((sc = parseescape(&s)) == CHAR_ERR) in getstring()
392 if ((es = parseescape(&p)) == CHAR_ERR) { in parsestring()
612 parseescape(const Char **ptr) in parseescape() function
603 Strbuf_append1(&buf, attributes | parseescape(&cp)); in tprintf()
1552 1. Fixed parseescape to put ^ literally if not followed by alpha.