Home
last modified time | relevance | path

Searched refs:VIS_SHELL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libc-vis/
H A Dvis.h67 #define VIS_SHELL 0x2000 /* encode shell special characters [not glob] */ macro
68 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
H A Dvis.c376 if (flags & VIS_SHELL) in makeextralist()
/freebsd/contrib/vis/
H A Dvis.c123 eflags |= VIS_SHELL; in main()