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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.exp.c40 #define TEXP_NOGLOB 2 /* in ignore, it means not to globone */ macro
317 ignore |= TEXP_NOGLOB;
471 if ((ignore & TEXP_NOGLOB) != 0) {
597 return (ignore & TEXP_NOGLOB ? Strsave(cp) : globone(cp, G_APPEND));

Completed in 104 milliseconds