HomeSort by: relevance | last modified time | path
    Searched defs:child_tail (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-script.c 1075 struct command_line *child_tail;
1079 child_tail = nullptr;
1124 child_tail = nullptr;
1135 if (child_tail != nullptr)
1137 child_tail->next = next.release ();
1138 child_tail = child_tail->next;
1142 child_tail = next.get ();
1149 if (multi_line_command_p (child_tail->control_type))
1153 child_tail,
1073 struct command_line *child_tail; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-script.c 1075 struct command_line *child_tail;
1079 child_tail = nullptr;
1124 child_tail = nullptr;
1135 if (child_tail != nullptr)
1137 child_tail->next = next.release ();
1138 child_tail = child_tail->next;
1142 child_tail = next.get ();
1149 if (multi_line_command_p (child_tail->control_type))
1153 child_tail,
1073 struct command_line *child_tail; local
    [all...]

Completed in 23 milliseconds