Searched refs:CMD_FLAG_GLOBAL (Results 1 – 3 of 3) sorted by relevance
22 #define CMD_FLAG_GLOBAL ((int)0x80000000) /* don't iterate "args" */ macro
283 .flags = CMD_FLAG_GLOBAL,
47 (ci->flags & (CMD_FLAG_GLOBAL | CMD_NOFILE_OK)) == 0); in qemuio_add_command()60 if (ct->flags & CMD_FLAG_GLOBAL) { in init_check_command()2747 .flags = CMD_FLAG_GLOBAL,