Searched refs:VIS_TAB (Results 1 – 14 of 14) sorted by relevance
49 #define VIS_TAB 0x08 /* also encode tab */ macro51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)108 ((flag & VIS_TAB) == 0 && c == '\t') ||
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()
47 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
51 #define VIS_TAB 0x0008 /* also encode tab */ macro53 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
334 if (flags & VIS_TAB) *d++ = L'\t'; in makeextralist()
62 #define VIS_TAB 0x08 /* also encode tab */64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
143 if (flag & VIS_TAB) *e++ = '\t'; \
42 VIS_TAB,
120 eflags |= VIS_TAB; in main()
106 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in arguments()134 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()144 VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
191 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL); in ofw_dump_properties()
66 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
668 VIS_CSTYLE|VIS_TAB|VIS_NL) <= max_string) in print_arg()