Searched refs:cmdlines (Results 1 – 1 of 1) sorted by relevance
313 struct command_line *cmdlines; in execute_user_command() local319 cmdlines = c->user_commands; in execute_user_command()320 if (cmdlines == 0) in execute_user_command()344 while (cmdlines) in execute_user_command()346 ret = execute_control_command (cmdlines); in execute_user_command()352 cmdlines = cmdlines->next; in execute_user_command()1682 struct command_line *cmdlines; in show_user_1() local1694 cmdlines = c->user_commands; in show_user_1()1695 if (!cmdlines) in show_user_1()1699 print_command_lines (current_uiout, cmdlines, 1); in show_user_1()