Searched refs:VIS_SHELL (Results 1 – 4 of 4) sorted by relevance
67 #define VIS_SHELL 0x2000 /* encode shell special characters [not glob] */ macro68 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
376 if (flags & VIS_SHELL) in makeextralist()
123 eflags |= VIS_SHELL; in main()
402 int vis_mode = VIS_NL | VIS_TAB | VIS_GLOB | VIS_SHELL; in safename()