Searched refs:user_commands (Results 1 – 5 of 5) sorted by relevance
200 struct command_line *user_commands; member
319 cmdlines = c->user_commands; in execute_user_command()1539 free_command_lines (&c->user_commands); in define_command()1544 newc->user_commands = cmds; in define_command()1694 cmdlines = c->user_commands; in show_user_1()
1220 if (c->class != class_user || !c->user_commands) in show_user()
250 c->user_commands = NULL; in add_cmd()
473 if (c->class == class_user && c->user_commands) in execute_command()