Searched refs:GLOB_TILDE (Results 1 – 3 of 3) sorted by relevance
140 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
359 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
427 if (pattern->w_wc != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()