Searched refs:cmdlines (Results 1 – 1 of 1) sorted by relevance
255 struct command_line *cmdlines; in execute_user_command() local263 cmdlines = c->user_commands; in execute_user_command()264 if (cmdlines == 0) in execute_user_command()277 while (cmdlines) in execute_user_command()279 ret = execute_control_command (cmdlines); in execute_user_command()285 cmdlines = cmdlines->next; in execute_user_command()1292 struct command_line *cmdlines; in show_user_1() local1294 cmdlines = c->user_commands; in show_user_1()1295 if (!cmdlines) in show_user_1()1301 print_command_lines (uiout, cmdlines, 1); in show_user_1()