Searched refs:expr_error (Results 1 – 1 of 1) sorted by relevance
2094 static void expr_error(Monitor *mon, const char *msg) in expr_error() function2167 expr_error(mon, "')' expected"); in expr_unary()2174 expr_error(mon, "character constant expected"); in expr_unary()2178 expr_error(mon, "missing terminating \' character"); in expr_unary()2201 expr_error(mon, "unknown register"); in expr_unary()2203 expr_error(mon, "no cpu defined"); in expr_unary()2208 expr_error(mon, "unexpected end of expression"); in expr_unary()2218 expr_error(mon, "invalid char in expression"); in expr_unary()2249 expr_error(mon, "division by zero"); in expr_prod()