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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.exp.c39 #define TEXP_IGNORE 1 /* in ignore, it means to ignore value, just parse */ macro
201 exp0(vp, (ignore & TEXP_IGNORE) || p1) :
202 exp1(vp, (ignore & TEXP_IGNORE) || p1);
203 if (compat_expr || !(ignore & TEXP_IGNORE))
223 exp1(vp, (ignore & TEXP_IGNORE) || !p1) :
224 exp2x(vp, (ignore & TEXP_IGNORE) || !p1);
227 if (compat_expr || !(ignore & TEXP_IGNORE))
250 if (compat_expr || !(ignore & TEXP_IGNORE))
273 if (compat_expr || !(ignore & TEXP_IGNORE))
296 if (compat_expr || !(ignore & TEXP_IGNORE))
[all...]

Completed in 96 milliseconds