Home
last modified time | relevance | path

Searched refs:parseescape (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Ded.decls.h279 extern eChar parseescape (const Char **, int);
H A Dtc.bind.c389 if ((es = parseescape(&p, TRUE)) == CHAR_ERR) { in parsestring()
H A Dtw.color.c205 if ((sc = parseescape(&s, TRUE)) == CHAR_ERR) in getstring()
H A Dtc.prompt.c599 Strbuf_append1(&buf, attributes | parseescape(&cp, TRUE)); in tprintf()
H A Ded.xmap.c639 parseescape(const Char **ptr, int e) in parseescape() function
H A Dsh.dol.c413 if (c == '\\' && (c = parseescape(&cp, TRUE)) == CHAR_ERR) in Dgetdol()
H A Dsh.func.c1249 if ((c = parseescape(&cp, FALSE)) == CHAR_ERR) in xecho()