Searched refs:TEXP_NOGLOB (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exp.c44 #define TEXP_NOGLOB 2 /* in ignore, it means not to globone */ macro
320 ignore |= TEXP_NOGLOB;
474 if ((ignore & TEXP_NOGLOB) != 0) {
600 return (ignore & TEXP_NOGLOB ? Strsave(cp) : globone(cp, G_APPEND));

Completed in 64 milliseconds