Lines Matching defs:command_name
1158 char *command_name;
1160 command_name = read_function_name ((char *) _("Where is command: "), window);
1162 if (!command_name)
1168 if (*command_name)
1172 command = named_function (command_name);
1183 command_name, NULL);
1190 command_name, location);
1194 command_name, location);
1199 command_name, NULL);
1202 free (command_name);