Home
last modified time | relevance | path

Searched refs:VIS_GLOB (Results 1 – 4 of 4) sorted by relevance

/dragonfly/include/
H A Dvis.h72 #define VIS_GLOB 0x1000 /* encode glob(3) magic characters */ macro
74 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
/dragonfly/usr.sbin/fstyp/
H A Dfstyp.c276 VIS_GLOB | VIS_NL, "\"'$"); in main()
/dragonfly/usr.bin/showmount/
H A Dshowmount.c210 exp->ex_dirp, VIS_GLOB | VIS_NL, "\"'$"); in main()
/dragonfly/lib/libc/gen/
H A Dvis.c380 if (flags & VIS_GLOB) in makeextralist()