Searched refs:FMT_ESCAPED (Results 1 – 7 of 7) sorted by relevance
95 if (!(flags & FMT_ESCAPED) && (iscntrl(c) || !isprint(c) || c == '\\')) in fmtquote()
164 #define FMT_ESCAPED 0x02 /* already escaped */ macro
173 #define FMT_ESCAPED 0x02 /* already escaped */ macro
663 03-02-06 include/ast.h,fmtquote.c: add FMT_ALWAYS|FMT_ESCAPED|FMT_SHELL|FMT_WIDE