Searched refs:VIS_NL (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dvis.h51 #define VIS_NL 0x10 /* also encode newline */ macro
52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dvis.c46 ((flag & VIS_NL) == 0 && (c) == '\n') || \
/netbsd-6-1-5-RELEASE/include/
H A Dvis.h51 #define VIS_NL 0x010 /* also encode newline */ macro
52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dfmt.c40 len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dvis.hin63 #define VIS_NL 0x10 /* also encode newline */
64 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
H A Dvis.c146 if (flag & VIS_NL) *e++ = '\n'; \
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_vis.c43 VIS_NL,
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dutil.c67 flags = VIS_NL | VIS_OCTAL | VIS_WHITE;
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dpaste.c162 used = strvisx(buf, pb->data, len, VIS_OCTAL|VIS_TAB|VIS_NL);
H A Dcmd-server-info.c159 VIS_OCTAL|VIS_TAB|VIS_NL);
H A Dscreen.c119 strvisx(tmp, title, slen, VIS_OCTAL|VIS_TAB|VIS_NL);
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dvis.c108 if (flag & VIS_NL) *e++ = '\n'; \
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dmisc.c544 (void)strvisx(dst, src, len, VIS_TAB|VIS_NL);
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dsdp_data.c360 style = VIS_CSTYLE | VIS_NL;
/netbsd-6-1-5-RELEASE/dist/pf/usr.sbin/ftp-proxy/
H A Dftp-proxy.c601 strvisx(visbuf, buf, len, VIS_CSTYLE | VIS_NL);
603 strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL);
/netbsd-6-1-5-RELEASE/usr.bin/ktruss/
H A Ddump.c756 (void) vis(visbuf, *dp, VIS_NL|VIS_TAB|VIS_CSTYLE,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dscp.c732 strvisx(encname, name, len, VIS_NL);
/netbsd-6-1-5-RELEASE/usr.bin/sdpquery/
H A Dprint.c563 style = VIS_CSTYLE | VIS_NL;
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c878 strsvisx(visbuf, buf, size, VIS_TAB|VIS_NL|VIS_OCTAL, "\"");

Completed in 242 milliseconds