cmdq_new_state
state = cmdq_new_state(NULL, NULL, 0);
state = cmdq_new_state(NULL, NULL, 0);
return (cmdq_new_state(current, &state->event, state->flags));
return (cmdq_new_state(&state->current, &state->event, state->flags));
new_state = cmdq_new_state(current, &state->event, CMDQ_STATE_NOHOOKS);
state = cmdq_new_state(NULL, NULL, 0);
item->state = cmdq_new_state(NULL, NULL, 0);
state = cmdq_new_state(NULL, NULL, CMDQ_STATE_CONTROL);
new_state = cmdq_new_state(fs, event, flags);
state = cmdq_new_state(&md->fs, event, 0);
state = cmdq_new_state(fs, NULL, 0);
state = cmdq_new_state(&fs, NULL, CMDQ_STATE_NOHOOKS);
struct cmdq_state *cmdq_new_state(struct cmd_find_state *, struct key_event *,