Searched refs:VIS_NOSLASH (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dvis.h65 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */ macro
H A Dvis.c61 if (c == '\\' && (flag & VIS_NOSLASH) == 0)
119 if ((flag & VIS_NOSLASH) == 0)
177 if (c == '\\' && (flag & VIS_NOSLASH) == 0) {
/freebsd-10.1-release/contrib/libc-vis/
H A Dvis.h59 #define VIS_NOSLASH 0x0040 /* inhibit printing '\' */ macro
/freebsd-10.1-release/contrib/openbsm/compat/
H A Dvis.h57 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */ macro
112 if (c == '\\' && (flag & VIS_NOSLASH) == 0)
169 if ((flag & VIS_NOSLASH) == 0)
/freebsd-10.1-release/contrib/vis/
H A Dvis.c76 eflags |= VIS_NOSLASH;
209 if ((eflags & VIS_NOSLASH) == 0)
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dvis.hin70 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */
H A Dvis.c145 if ((flag & VIS_NOSLASH) == 0) *e++ = '\\'; \
230 if ((flag & VIS_NOSLASH) == 0) *dst++ = '\\';
/freebsd-10.1-release/bin/ps/
H A Dprint.c106 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
134 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH);
144 VIS_TAB | VIS_NL | VIS_NOSLASH);
/freebsd-10.1-release/lib/libedit/
H A Dreadline.c1908 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0);
/freebsd-10.1-release/crypto/openssh/
H A Dsshconnect2.c508 strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH);

Completed in 132 milliseconds