Home
last modified time | relevance | path

Searched refs:scanner_err (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/src/compose/
Dparser.c152 scanner_err(s, "unterminated keysym literal"); in lex()
156 scanner_err(s, "keysym literal is too long"); in lex()
201 scanner_err(s, "unterminated string literal"); in lex()
205 scanner_err(s, "string literal is too long"); in lex()
209 scanner_err(s, "string literal is not a valid UTF-8 string"); in lex()
223 scanner_err(s, "identifier is too long"); in lex()
238 scanner_err(s, "unrecognized token"); in lex()
255 scanner_err(s, "include statement must be followed by a path"); in lex_include_string()
267scanner_err(s, "%%H was used in an include statement, but the HOME environment variable is not set… in lex_include_string()
271 scanner_err(s, "include path after expanding %%H is too long"); in lex_include_string()
[all …]
/external/libxkbcommon/src/xkbcomp/
Drules.c107 scanner_err(s, "illegal new line escape; must appear at end of line"); in lex()
135 scanner_err(s, "unexpected character after \'$\'; expected name"); in lex()
156 scanner_err(s, "unrecognized token"); in lex()
374 scanner_err(&s, "maximum include depth (%d) exceeded; maybe there is an include loop?", in matcher_include()
387scanner_err(&s, "%%H was used in an include statement, but the HOME environment variable is not se… in matcher_include()
391 scanner_err(&s, "include path after expanding %%H is too long"); in matcher_include()
398 scanner_err(&s, "include path after expanding %%S is too long"); in matcher_include()
405 scanner_err(&s, "include path after expanding %%E is too long"); in matcher_include()
410 scanner_err(&s, "unknown %% format (%c) in include statement", peek(&s)); in matcher_include()
419 scanner_err(&s, "include path is too long"); in matcher_include()
[all …]
Dscanner.c111 scanner_err(s, "unterminated string literal"); in _xkbcommon_lex()
125 scanner_err(s, "unterminated key name literal"); in _xkbcommon_lex()
157 scanner_err(s, "identifier too long"); in _xkbcommon_lex()
174 scanner_err(s, "malformed number literal"); in _xkbcommon_lex()
180 scanner_err(s, "unrecognized token"); in _xkbcommon_lex()
Dparser.y49 scanner_err((param)->scanner, fmt, ##__VA_ARGS__)
/external/libxkbcommon/src/
Dscanner-utils.h66 #define scanner_err(scanner, fmt, ...) \ macro
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.c92 scanner_err((param)->scanner, fmt, ##__VA_ARGS__)