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

  /external/libedit/src/
vis.h 63 #define VIS_GLOB 0x1000 /* encode glob(3) magic characters */
  /external/openssh/openbsd-compat/
vis.h 68 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */
vis.c 50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
118 ((flag & VIS_GLOB) && (c == '*' || c == '?' || c == '[' || c == '#'))) {

Completed in 155 milliseconds