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

  /external/openssh/openbsd-compat/
vis.h 67 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */
vis.c 66 (c == '\\' && (flag & VIS_NOSLASH) == 0))
125 if ((flag & VIS_NOSLASH) == 0)
184 (c == '\\' && (flag & VIS_NOSLASH) == 0)) {

Completed in 48 milliseconds