Lines Matching defs:command
71 _("Read the name of an Info command and describe it"))
75 line = read_function_name ((char *) _("Describe command: "), window);
98 _("Read a command name in the echo area and execute it"))
107 /* If the where_is () function thinks that this command doesn't exist,
134 /* User wants to execute a named command. Do it. */
136 InfoCommand *command;
142 info_error ((char *) _("Cannot execute an `echo-area' command here."),
147 command = named_function (line);
150 if (!command)
153 if (InfoFunction(command))
154 (*InfoFunction(command)) (active_window, count, 0);
156 info_error ((char *) _("Undefined command: %s"), line, NULL);