Lines Matching refs:scanner_warn
223 scanner_warn(s, "illegal hexadecimal escape sequence in string literal"); in lex()
229 scanner_warn(s, "unknown escape sequence (%c) in string literal", peek(s)); in lex()
416 … scanner_warn(s, "a sequence already exists which is a prefix of this sequence; overriding"); in add_production()
435 scanner_warn(s, "this compose sequence is a prefix of another; skipping line"); in add_production()
443 scanner_warn(s, "this compose sequence is a duplicate of another; skipping line"); in add_production()
446 scanner_warn(s, "this compose sequence already exists; overriding"); in add_production()
585 scanner_warn(s, "expected at least one keysym on left-hand side; skipping line"); in parse()
616 scanner_warn(s, "too many keysyms (%d) on left-hand side; skipping line", in parse()
664 scanner_warn(s, "right-hand side can have at most one string; skipping line"); in parse()
668 scanner_warn(s, "right-hand side string must not be empty; skipping line"); in parse()
672 scanner_warn(s, "right-hand side string is too long; skipping line"); in parse()
686 scanner_warn(s, "right-hand side can have at most one keysym; skipping line"); in parse()
693 … scanner_warn(s, "right-hand side must have at least one of string or keysym; skipping line"); in parse()