Lines Matching refs:on_next_line
68 bool on_next_line;
209 static int __push_msg(const char *pattern, bool on_next_line, struct expected_msgs *msgs)
223 msg->on_next_line = on_next_line;
243 err = __push_msg(msg->substr, msg->on_next_line, to);
255 static int push_disasm_msg(const char *regex_str, bool *on_next_line, struct expected_msgs *msgs)
260 *on_next_line = false;
263 err = __push_msg(regex_str, *on_next_line, msgs);
266 *on_next_line = true;
743 wrong_line = msg->on_next_line && prev_match_line >= 0 &&