Searched refs:comfull (Results 1 – 2 of 2) sorted by relevance
1380 const char *comfull; in do_define_command() local1389 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() local1517 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 …]
10378 (document_command): Make "tem" and "comfull" locals const.