Home | History | Annotate | Download | only in pending

Lines Matching refs:error_exit

107   if (lhs->s || rhs->s) error_exit("non-integer argument");
108 if (is_zero(rhs)) error_exit("division by zero");
114 if (lhs->s || rhs->s) error_exit("non-integer argument");
115 if (is_zero(rhs)) error_exit("division by zero");
121 if (lhs->s || rhs->s) error_exit("non-integer argument");
127 if (lhs->s || rhs->s) error_exit("non-integer argument");
133 if (lhs->s || rhs->s) error_exit("non-integer argument");
197 // if (TT.argidx >= toys.optc) error_exit("syntax error");
239 if (!match(tok, ")")) error_exit("syntax error"); // missing closing paren
253 if (rhs.s && !*rhs.s) error_exit("syntax error"); // premature end of expression
270 if (!tok.s || *tok.s) error_exit("syntax error");