HomeSort by relevance Sort by last modified time
    Searched refs:VIS_TAB (Results 1 - 6 of 6) sorted by null

  /external/libedit/src/
vis.h 48 #define VIS_TAB 0x0008 /* also encode tab */
50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
  /external/openssh/openbsd-compat/
vis.h 57 #define VIS_TAB 0x08 /* also encode tab */
59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
setproctitle.c 153 VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL);
vis.c 52 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
  /external/openssh/regress/unittests/test_helper/
test_helper.c 475 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
477 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
  /external/openssh/
log.c 65 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)

Completed in 266 milliseconds