Searched refs:VIS_GLOB (Results 1 – 4 of 4) sorted by relevance
45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \112 ((flag & VIS_GLOB) && (c == '*' || c == '?' || c == '[' || c == '#'))) { in vis()
66 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */ macro
63 #define VIS_GLOB 0x1000 /* encode glob(3) magic characters */ macro
328 if (flags & VIS_GLOB) { in makeextralist()