Searched refs:VIS_TAB (Results 1 – 7 of 7) sorted by relevance
57 #define VIS_TAB 0x08 /* also encode tab */ macro59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
52 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
48 #define VIS_TAB 0x0008 /* also encode tab */ macro50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
336 if (flags & VIS_TAB) *d++ = L'\t'; in makeextralist()
475 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1); in assert_char()477 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2); in assert_char()
65 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)