Home
last modified time | relevance | path

Searched refs:VIS_NOSLASH (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/openbsm/compat/
HDvis.h57 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */ macro
112 if (c == '\\' && (flag & VIS_NOSLASH) == 0)
169 if ((flag & VIS_NOSLASH) == 0)
/trueos/crypto/openssh/openbsd-compat/
HDvis.c61 if (c == '\\' && (flag & VIS_NOSLASH) == 0) in vis()
119 if ((flag & VIS_NOSLASH) == 0) in vis()
177 if (c == '\\' && (flag & VIS_NOSLASH) == 0) { in strnvis()
HDvis.h65 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */ macro
/trueos/contrib/vis/
HDvis.c76 eflags |= VIS_NOSLASH; in main()
209 if ((eflags & VIS_NOSLASH) == 0) in process()
/trueos/contrib/libc-vis/
HDvis.h59 #define VIS_NOSLASH 0x0040 /* inhibit printing '\' */ macro
HDvis.c230 if ((flags & VIS_NOSLASH) == 0) in do_mbyte()
336 if ((flags & VIS_NOSLASH) == 0) *d++ = L'\\'; in makeextralist()
/trueos/crypto/heimdal/lib/roken/
HDvis.c145 if ((flag & VIS_NOSLASH) == 0) *e++ = '\\'; \
230 if ((flag & VIS_NOSLASH) == 0) *dst++ = '\\'; in do_svis()
HDvis.hin70 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */
/trueos/contrib/netbsd-tests/lib/libc/gen/
HDt_vis.c47 VIS_NOSLASH,
/trueos/bin/ps/
HDprint.c106 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()
/trueos/crypto/openssh/
HDsshconnect2.c508 strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH); in input_userauth_banner()
/trueos/lib/libedit/
HDreadline.c1908 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0); in rl_add_defun()