Home | History | Annotate | Download | only in src

Lines Matching refs:eval

64 	{"*=eval", c_eval},
2170 * eval "$(false)"
2192 * 2.14.5: eval
2194 * eval shall return a zero exit status; ...
2718 te.eval = test_eval;
2752 res = (*te.eval)(&te, op, opnd1,
2767 res = (*te.eval)(&te, TO_STNZE, opnd1,
3042 return ((*te->eval)(te, op, opnd1, NULL, do_eval));
3058 return ((*te->eval)(te, op, opnd1, opnd2, do_eval));
3060 return ((*te->eval)(te, TO_STNZE, opnd1, NULL, do_eval));