Home
last modified time | relevance | path

Searched refs:VIS_TAB (Results 1 – 6 of 6) sorted by relevance

/external/openssh/openbsd-compat/
Dvis.h57 #define VIS_TAB 0x08 /* also encode tab */ macro
59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
Dsetproctitle.c153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL); in setproctitle()
Dvis.c47 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
/external/libedit/src/
Dvis.h48 #define VIS_TAB 0x0008 /* also encode tab */ macro
50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
Dvis.c336 if (flags & VIS_TAB) *d++ = L'\t'; in makeextralist()
/external/openssh/
Dlog.c66 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)