Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/crypto/openssh/openbsd-compat/
H A Dvis.c66 (c == '\\' && (flag & VIS_NOSLASH) == 0)) in vis()
125 if ((flag & VIS_NOSLASH) == 0) in vis()
184 (c == '\\' && (flag & VIS_NOSLASH) == 0)) { in strnvis()
H A Dvis.h67 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */ macro
/freebsd-12.1/contrib/vis/
H A Dvis.c76 eflags |= VIS_NOSLASH; in main()
209 if ((eflags & VIS_NOSLASH) == 0) in process()
/freebsd-12.1/contrib/libc-vis/
H A Dvis.h60 #define VIS_NOSLASH 0x0040 /* inhibit printing '\' */ macro
H A Dvis.c272 if ((flags & VIS_NOSLASH) == 0) in do_mbyte()
383 if ((flags & VIS_NOSLASH) == 0) *d++ = L'\\'; in makeextralist()
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dvis.c145 if ((flag & VIS_NOSLASH) == 0) *e++ = '\\'; \
230 if ((flag & VIS_NOSLASH) == 0) *dst++ = '\\'; in do_svis()
H A Dvis.hin70 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */
/freebsd-12.1/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c48 VIS_NOSLASH,
/freebsd-12.1/bin/ps/
H A Dprint.c110 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in arguments()
139 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
149 VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
/freebsd-12.1/lib/libedit/
H A Dreadline.c1981 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0); in rl_add_defun()