Home
last modified time | relevance | path

Searched refs:VIS_TAB (Results 1 – 5 of 5) sorted by relevance

/dragonfly/include/
H A Dvis.h55 #define VIS_TAB 0x0008 /* also encode tab */ macro
57 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/dragonfly/bin/ps/
H A Dprint.c131 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
135 strvis(vis_env, k->ki_env, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
757 strvis(cpy, str, VIS_TAB | VIS_NL | VIS_NOSLASH); in make_printable()
772 strvis(cpy2, str, VIS_TAB | VIS_NL | VIS_NOSLASH); in make_printable2()
/dragonfly/usr.bin/vis/
H A Dvis.c119 eflags |= VIS_TAB; in main()
/dragonfly/crypto/openssh/
H A Dlog.c68 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
/dragonfly/lib/libc/gen/
H A Dvis.c389 if (flags & VIS_TAB) *d++ = L'\t'; in makeextralist()