Searched refs:VIS_NL (Results 1 – 7 of 7) sorted by relevance
58 #define VIS_NL 0x10 /* also encode newline */ macro59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
48 ((flag & VIS_NL) == 0 && (c) == '\n') || \
49 #define VIS_NL 0x0010 /* also encode newline */ macro50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
337 if (flags & VIS_NL) *d++ = L'\n'; in makeextralist()
66 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
765 strnvis(encname, name, sizeof(encname), VIS_NL); in source()