Home
last modified time | relevance | path

Searched refs:VIS_NL (Results 1 – 7 of 7) sorted by relevance

/external/openssh/openbsd-compat/
Dvis.h58 #define VIS_NL 0x10 /* also encode newline */ macro
59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
Dsetproctitle.c153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
Dvis.c48 ((flag & VIS_NL) == 0 && (c) == '\n') || \
/external/libedit/src/
Dvis.h49 #define VIS_NL 0x0010 /* also encode newline */ macro
50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
Dvis.c337 if (flags & VIS_NL) *d++ = L'\n'; in makeextralist()
/external/openssh/
Dlog.c66 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
Dscp.c765 strnvis(encname, name, sizeof(encname), VIS_NL); in source()