Searched refs:process_command_cb (Results 1 – 1 of 1) sorted by relevance
334 static bool (*process_command_cb)(CharBackend *chr, gchar **words); variable338 assert(!process_command_cb); /* Switch to a list if we need more than one */ in qtest_set_command_cb()340 process_command_cb = pc_cb; in qtest_set_command_cb()749 } else if (process_command_cb && process_command_cb(chr, words)) { in qtest_process_command()