Home
last modified time | relevance | path

Searched refs:VIS_SHELL (Results 1 – 4 of 4) 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()
/freebsd/sbin/md5/
H A Dmd5.c402 int vis_mode = VIS_NL | VIS_TAB | VIS_GLOB | VIS_SHELL; in safename()