OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIS_GLOB
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
vis.h
66
#define
VIS_GLOB
0x100 /* encode glob(3) magics and '#' */
vis.c
45
(flag &
VIS_GLOB
) == 0) && isgraph((u_char)(c))) || \
112
((flag &
VIS_GLOB
) && (c == '*' || c == '?' || c == '[' || c == '#'))) {
Completed in 264 milliseconds