Lines Matching refs:scanner_warn
187 scanner_warn(s, "illegal hexadecimal escape sequence in string literal"); in lex()
193 scanner_warn(s, "unknown escape sequence (%c) in string literal", peek(s)); in lex()
382 … scanner_warn(s, "a sequence already exists which is a prefix of this sequence; overriding"); in add_production()
401 scanner_warn(s, "this compose sequence is a prefix of another; skipping line"); in add_production()
420 scanner_warn(s, "this compose sequence is a duplicate of another; skipping line"); in add_production()
423 scanner_warn(s, "this compose sequence already exists; overriding"); in add_production()
564 scanner_warn(s, "expected at least one keysym on left-hand side; skipping line"); in parse()
596 scanner_warn(s, "too many keysyms (%d) on left-hand side; skipping line", in parse()
645 scanner_warn(s, "right-hand side can have at most one string; skipping line"); in parse()
649 scanner_warn(s, "right-hand side string must not be empty; skipping line"); in parse()
653 scanner_warn(s, "right-hand side string is too long; skipping line"); in parse()
667 scanner_warn(s, "right-hand side can have at most one keysym; skipping line"); in parse()
675 … scanner_warn(s, "right-hand side must have at least one of string or keysym; skipping line"); in parse()