Searched refs:VIS_DQ (Results 1 – 2 of 2) sorted by relevance
65 if ((c == '"' && (flag & VIS_DQ) != 0) || in vis()183 if ((c == '"' && (flag & VIS_DQ) != 0) || in strnvis()
61 #define VIS_DQ 0x200 /* backslash-escape double quotes */ macro