Lines Matching refs:command

60 // Non-zero if -b was specified on the command line.
415 void handle_unknown_font_command(const char *command, const char *arg,
441 void ps_font::handle_unknown_font_command(const char *command, const char *arg,
444 if (strcmp(command, "encoding") == 0) {
447 "`encoding' command requires an argument");
453 static void handle_unknown_desc_command(const char *command, const char *arg,
456 if (strcmp(command, "broken") == 0) {
459 "`broken' command requires an argument");
1249 error("unrecognised drawing command `%1'", char(code));
1360 error("missing `endinvis' command");
1547 error("X command without `ps:' tag ignored");
1553 char *command = p;
1556 if (*command == '\0') {
1557 error("empty X command ignored");
1561 if (strncmp(command, proc_table[i].name, p - command) == 0) {
1565 error("X command `%1' not recognised", command);
1592 error("missing argument to X exec command");
1596 error("lines in X exec command must not be more than 255 characters long");
1619 error("missing argument to X file command");
1646 error("lines in X def command must not be more than 255 characters long");
1667 error("out of range argument `%1' to X mdef command", int(n));
1674 error("lines in X mdef command must not be more than 255 characters long");
1704 error("scaling indicators not allowed in arguments for X import command");
1711 error("too few arguments for X import command");
1713 error("invalid argument `%1' for X import command", p);
1717 error("superfluous argument `%1' for X import command", p);
1727 error("bad width argument `%1' for X import command: must be > 0",
1732 error("bad height argument `%1' for X import command: must be > 0",
1737 error("llx and urx arguments for X import command must not be equal");
1741 error("lly and ury arguments for X import command must not be equal");
1778 error("unbalanced `endinvis' command");