Searched refs:escchar (Results 1 – 2 of 2) sorted by relevance
59 if(!escchar(d)) { /* both \ and following in copyto()466 if(!escchar(d) || (d == '"' && !quote)) { in comsubst()593 if(!escchar(c) || c == '"') { in subst()
101 #define escchar(c) ((c<QUOTE) && _ctype1[c]&(T_ESC)) macro