Searched refs:VIS_GLOB (Results 1 – 7 of 7) sorted by relevance
62 #define VIS_GLOB 0x0100 /* encode glob(3) magic characters */ macro68 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
372 if (flags & VIS_GLOB) in makeextralist()
59 #define VIS_GLOB 0x100 /* encode glob(3) magics */ macro103 if ((flag & VIS_GLOB) &&
50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \118 ((flag & VIS_GLOB) && (c == '*' || c == '?' || c == '[' || c == '#'))) { in vis()
68 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */ macro
286 VIS_GLOB | VIS_NL, "\"'$"); in main()
219 exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$"); in main()