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

  /external/openssh/openbsd-compat/
vis.h 57 #define VIS_TAB 0x08 /* also encode tab */
59 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
  /external/libedit/src/
vis.h 48 #define VIS_TAB 0x0008 /* also encode tab */
50 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)

Completed in 44 milliseconds