Home
last modified time | relevance | path

Searched refs:comfull (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-script.c1380 const char *comfull; in do_define_command() local
1389 comfull = comname; in do_define_command()
1440 comfull); in do_define_command()
1452 = string_printf ("Type commands for definition of \"%s\".", comfull); in do_define_command()
1515 const char *comfull; in do_document_command() local
1517 comfull = comname; in do_document_command()
1520 lookup_cmd_composition (comfull, &alias, &prefix_cmd, &c); in do_document_command()
1522 error (_("Undefined command: \"%s\"."), comfull); in do_document_command()
1524 error (_("Ambiguous command: \"%s\"."), comfull); in do_document_command()
1530 error (_("Command \"%s\" is built-in."), comfull); in do_document_command()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201310378 (document_command): Make "tem" and "comfull" locals const.