Home | History | Annotate | Download | only in sh

Lines Matching defs:arith_err

104 arith_err(const char *s)
126 arith_err("variable not set");
138 arith_err("variable contains non-numeric value");
164 arith_err("token error");
168 arith_err("division by zero");
170 arith_err("divide error");
219 arith_err("expecting ')'");
253 arith_err("incr/decr require var name");
263 arith_err("expecting primary");
369 arith_err("expecting ':'");
457 arith_err("expecting end of expression");