Home
last modified time | relevance | path

Searched refs:scanner_warn (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c223 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()
416scanner_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()
[all …]
/external/libxkbcommon/xkbcommon/src/
Dscanner-utils.h69 #define scanner_warn(scanner, fmt, ...) \ macro
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dscanner.c99 scanner_warn(s, "unknown escape sequence in string literal"); in _xkbcommon_lex()
Dparser.y50 scanner_warn((param)->scanner, fmt, ##__VA_ARGS__)
Dparser.c89 scanner_warn((param)->scanner, fmt, ##__VA_ARGS__)