Searched refs:body_list (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-script.c87 cmd->body_list
90 memset (cmd->body_list, 0, sizeof (struct command_line *) * cmd->body_count);
169 print_command_lines (uiout, *list->body_list, depth + 1);
184 print_command_lines (uiout, list->body_list[0], depth + 1);
193 print_command_lines (uiout, list->body_list[1], depth + 1);
359 current = *cmd->body_list;
409 current = *cmd->body_list;
411 current = *(cmd->body_list + 1);
651 /* Expand the body_list of COMMAND so that it can hold NEW_LENGTH
659 struct command_line **body_list;
657 struct command_line **body_list; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddefs.h686 struct command_line **body_list;
684 struct command_line **body_list; member in struct:command_line

Completed in 102 milliseconds