Home | History | Annotate | Download | only in src

Lines Matching full:eval

99 	{"*=eval", c_eval},
2201 * eval "$(false)"
2223 * 2.14.5: eval
2225 * eval shall return a zero exit status; ...
2778 te.eval = test_eval;
3255 return ((*te->eval)(te, op, opnd1, NULL, do_eval));
3271 return ((*te->eval)(te, op, opnd1, opnd2, do_eval));
3273 return ((*te->eval)(te, TO_STNZE, opnd1, NULL, do_eval));