Symbol: VIS_TAB
bin/ps/utf8.c
44
VIS_TAB | VIS_NL | VIS_CSTYLE, mbs[1]) - buf;
include/vis.h
51
#define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
lib/libc/gen/vis.c
51
int vis_tab = flag & VIS_TAB;
regress/lib/libc/vis/vis_test.c
21
VIS_TAB,
regress/sbin/iked/test_helper/test_helper.c
366
vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
regress/sbin/iked/test_helper/test_helper.c
368
vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
519
vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
521
vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
sbin/ifconfig/sff.c
497
vis(dst, d[start], VIS_TAB | VIS_NL, 0);
usr.bin/cdio/cddb.c
106
strnvis(copy_buffer, title, MAXSIZE-1, VIS_TAB|VIS_NL);
usr.bin/cdio/cddb.c
133
strnvis(copy_buffer, title, MAXSIZE-1, VIS_TAB|VIS_NL);
usr.bin/cdio/cddb.c
135
strnvis(copy_buffer, line, MAXSIZE-1, VIS_TAB|VIS_NL);
usr.bin/file/magic-test.c
242
strvisx(out, s, outlen, VIS_TAB|VIS_NL|VIS_CSTYLE|VIS_OCTAL);
usr.bin/kdump/kdump.c
1221
showbufc(basecol, (unsigned char *)cp, len, VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kdump/kdump.c
1458
showbufc(col, (unsigned char *)ptr, l, VIS_DQ|VIS_TAB|VIS_NL);
usr.bin/kdump/ktrstruct.c
133
VIS_CSTYLE | VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kdump/ktrstruct.c
724
(unsigned char *)data, datalen, VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kdump/ktrstruct.c
728
(unsigned char *)data, datalen, VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kdump/ktrstruct.c
732
(unsigned char *)data, datalen, VIS_DQ | VIS_TAB | VIS_NL);
usr.bin/kstat/kstat.c
366
vis(dst, ch, VIS_TAB | VIS_NL, 0);
usr.bin/tmux/arguments.c
629
flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
usr.bin/tmux/cmd-capture-pane.c
94
utf8_stravis(&data, c, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL);
usr.bin/tmux/log.c
112
if (stravis(&out, s, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL) == -1) {
usr.bin/tmux/paste.c
347
const int flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
usr.bin/tmux/tmux.c
301
utf8_stravis(&new_name, copy, VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL);
usr.bin/tmux/tty-term.c
890
VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL);
usr.bin/tmux/window-buffer.c
221
VIS_OCTAL|VIS_CSTYLE|VIS_TAB);
usr.bin/vis/vis.c
76
eflags |= VIS_TAB;
usr.bin/w/w.c
362
strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
usr.sbin/eeprom/ophandlers.c
271
strnvis(vistr, op_buf, size, VIS_NL | VIS_TAB | VIS_OCTAL);
usr.sbin/httpd/httpd.h
61
#define HTTPD_LOGVIS VIS_NL|VIS_TAB|VIS_CSTYLE
usr.sbin/pcidump/pcidump.c
366
vis(dst, buf[i], VIS_TAB|VIS_NL, 0);
usr.sbin/pcidump/pcidump.c
387
vis(key0, vpd->vpd_key0, VIS_TAB|VIS_NL, 0);
usr.sbin/pcidump/pcidump.c
388
vis(key1, vpd->vpd_key1, VIS_TAB|VIS_NL, 0);
usr.sbin/tcpdump/print-dhcp6.c
119
vis(dst, cp[i], VIS_TAB|VIS_NL, 0);