Home
last modified time | relevance | path

Searched defs:GLOB_TILDE (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/tcsh-6/
H A Dglob.h80 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/dflybsd-src/include/
H A Dglob.h95 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dglob.h96 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dglob-libc.h63 # define GLOB_TILDE (1 << 12)/* Expand ~user and ~ to home directories. */ macro