Searched refs:operator_str (Results 1 – 1 of 1) sorted by relevance
204 char *operator_str = strtok_r(NULL, " ", &atom_ptr); in compile_atom() local205 if (operator_str == NULL) { in compile_atom()213 operator_str); in compile_atom()241 int op = str_to_op(operator_str); in compile_atom()243 compiler_warn(state, "invalid operator '%s'", operator_str); in compile_atom()