• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/adv_cmds-153/colldef/

Lines Matching refs:yyerror

56 void yyerror(const char *fmt, ...) __printflike(1, 2);
445 yyerror("collating-element symbol name '%s' is too long", showwcs($2, CHARMAP_SYMBOL_LEN));
447 yyerror("collating-element string '%s' is too long", showwcs($4, STR_LEN));
449 yyerror("collating-element string '%s' must be at least two characters", showwcs($4, STR_LEN));
460 yyerror("collating-element symbol name '%s' is too long", showwcs($2, CHARMAP_SYMBOL_LEN));
478 yyerror("Multiple order_start lines not allowed");
485 yyerror("only COLL_WEIGHTS_MAX weights allowed");
498 yyerror("The forward and backward directives are mutually exclusive");
509 yyerror("<%s> redefined", showwcs($1, CHARMAP_SYMBOL_LEN));
516 yyerror("Chain <%s> can't be endpoints of ellipsis", showwcs($1, CHARMAP_SYMBOL_LEN));
518 yyerror("Collating symbol <%s> can't be endpoints of ellipsis", showwcs($1, CHARMAP_SYMBOL_LEN));
521 yyerror("<%s> is before starting point of ellipsis", showwcs($1, CHARMAP_SYMBOL_LEN));
525 yyerror("<%s> was previously defined while filling ellipsis symbols", showwcs(m->name, CHARMAP_SYMBOL_LEN));
538 yyerror("Can't specify weights for collating symbol <%s>", showwcs($1, CHARMAP_SYMBOL_LEN));
543 yyerror("Not enough weights specified");
551 yyerror("Illegal sequential ellipsis lines");
553 yyerror("Ellipsis line can not follow UNDEFINED line");
555 yyerror("Ellipsis line must follow a collating identifier lines");
560 yyerror("Not enough weights specified");
566 yyerror("Startpoint of ellipsis can't be a collating element");
568 yyerror("Startpoint of ellipsis can't be IGNORE");
570 yyerror("Startpoint of ellipsis can't be a collating symbol");
572 yyerror("Startpoint of ellipsis can't be a string");
582 yyerror("Multiple UNDEFINED lines not allowed");
593 yyerror("Not enough weights specified");
606 yyerror("<%s> undefined", showwcs($1, CHARMAP_SYMBOL_LEN));
609 yyerror("Can't specify weights for collating symbol <%s>", showwcs($1, CHARMAP_SYMBOL_LEN));
614 yyerror("Not enough weights specified");
626 yyerror("Char 0x02x previously defined", w);
634 yyerror("Strings can't be endpoints of ellipsis");
636 yyerror("Chains can't be endpoints of ellipsis");
638 yyerror("IGNORE can't be endpoints of ellipsis");
640 yyerror("Collation symbols can't be endpoints of ellipsis");
643 yyerror("Range mismatch in weight %d", i);
648 yyerror("Char 0x02x previously defined", w);
656 yyerror("Char 0x02x previously defined", w);
674 yyerror("Char 0x02x previously defined", s->u.wc);
679 yyerror("Char 0x02x previously defined", s->u.wc);
696 yyerror("Chain %s previously defined", showwcs(s->u.str, STR_LEN));
701 yyerror("Chain/string mismatch");
703 yyerror("Chain %s previously defined", showwcs(s->u.str, STR_LEN));
720 yyerror("Illegal sequential ellipsis lines");
722 yyerror("Ellipsis line can not follow UNDEFINED line");
724 yyerror("Ellipsis line must follow a collating identifier lines");
729 yyerror("Not enough weights specified");
735 yyerror("Startpoint of ellipsis can't be a collating element");
737 yyerror("Startpoint of ellipsis can't be IGNORE");
739 yyerror("Startpoint of ellipsis can't be a collating symbol");
741 yyerror("Startpoint of ellipsis can't be a string");
757 yyerror("Not enough weights specified");
773 yyerror("Strings can't be used with UNDEFINED");
787 yyerror("More weights than specified by order_start");
790 yyerror("<%s> is undefined", showwcs($1, CHARMAP_SYMBOL_LEN));
795 yyerror("More weights than specified by order_start");
797 yyerror("Ellipsis weight not allowed");
802 yyerror("More weights than specified by order_start");
807 yyerror("More weights than specified by order_start");
809 yyerror("String '%s' is too long", showwcs($1, STR_LEN));
819 yyerror("Charmap symbol name '%s' is too long", showwcs($1, CHARMAP_SYMBOL_LEN));
829 yyerror("%s substitution is too long", charname($2));
842 yyerror("\\0 can't be chained");
849 yyerror("\\0 can't be chained");
851 yyerror("Chain '%s' grows too long", curr_chain);
858 yyerror("%s duplicated", charname($1));
872 yyerror("Illegal range %s -- %s", charname($1), charname2($3));
877 yyerror("%s duplicated", charname(i));
905 yyerror("%s duplicated", charname($1));
914 yyerror("Illegal range %s -- %s",
920 yyerror("%s duplicated", charname(i));
933 yyerror("%s duplicated", charname($1));
942 yyerror("Illegal range %s -- %s",
948 yyerror("%s duplicated", charname(i));
1292 yyerror(const char *fmt, ...)