Home
last modified time | relevance | path

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

/freebsd/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) : in exp0()
202 exp1(vp, (ignore & TEXP_IGNORE) || p1); in exp0()
203 if (compat_expr || !(ignore & TEXP_IGNORE)) in exp0()
223 exp1(vp, (ignore & TEXP_IGNORE) || !p1) : in exp1()
224 exp2x(vp, (ignore & TEXP_IGNORE) || !p1); in exp1()
227 if (compat_expr || !(ignore & TEXP_IGNORE)) in exp1()
250 if (compat_expr || !(ignore & TEXP_IGNORE)) in exp2x()
273 if (compat_expr || !(ignore & TEXP_IGNORE)) in exp2a()
296 if (compat_expr || !(ignore & TEXP_IGNORE)) in exp2b()
[all …]