Searched refs:VIS_TAB (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpvis.h49 #define VIS_TAB 0x08 /* also encode tab */ macro
51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dstrvis.c91 if (flag & VIS_TAB) *e++ = '\t'; \
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dvis.h48 #define VIS_TAB 0x008 /* also encode tab */ macro
50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dvis.c111 if (flag & VIS_TAB) *e++ = '\t'; \
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dvis.h75 #define VIS_TAB 0x08 /* also encode tab */ macro
77 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dvis.h57 #define VIS_TAB 0x08 /* also encode tab */ macro
59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dsetproctitle.c148 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL);
H A Dvis.c47 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
/macosx-10.10.1/libedit-40/src/
H A Dvis.h48 #define VIS_TAB 0x008 /* also encode tab */ macro
50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dvis.c107 if (flag & VIS_TAB) *e++ = '\t'; \
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dvis.hin62 #define VIS_TAB 0x08 /* also encode tab */
64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dvis.c143 if (flag & VIS_TAB) *e++ = '\t'; \
/macosx-10.10.1/text_cmds-88/vis/
H A Dvis.c83 eflags |= VIS_TAB;
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dlog.c64 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
/macosx-10.10.1/adv_cmds-158/ps/
H A Dprint.c327 strvis(vis_args, cmd, VIS_TAB | VIS_NL | VIS_NOSLASH);

Completed in 156 milliseconds