Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dvis.c50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
118 ((flag & VIS_GLOB) && (c == '*' || c == '?' || c == '[' || c == '#'))) { in vis()
Dvis.h68 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */ macro