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

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-script.c 929 line_first_arg (const char *p)
1015 *command = build_command_line (while_control, line_first_arg (p));
1017 *command = build_command_line (if_control, line_first_arg (p));
1019 *command = build_command_line (commands_control, line_first_arg (p));
1021 *command = build_command_line (define_control, line_first_arg (p));
1023 *command = build_command_line (document_control, line_first_arg (p));
927 line_first_arg (const char *p) function
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-script.c 929 line_first_arg (const char *p)
1015 *command = build_command_line (while_control, line_first_arg (p));
1017 *command = build_command_line (if_control, line_first_arg (p));
1019 *command = build_command_line (commands_control, line_first_arg (p));
1021 *command = build_command_line (define_control, line_first_arg (p));
1023 *command = build_command_line (document_control, line_first_arg (p));
927 line_first_arg (const char *p) function

Completed in 204 milliseconds