Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c188 scanner_err(s, "unterminated keysym literal"); in lex()
192 scanner_err(s, "keysym literal is too long"); in lex()
237 scanner_err(s, "unterminated string literal"); in lex()
241 scanner_err(s, "string literal is too long"); in lex()
245 scanner_err(s, "string literal is not a valid UTF-8 string"); in lex()
259 scanner_err(s, "identifier is too long"); in lex()
274 scanner_err(s, "unrecognized token"); in lex()
291 scanner_err(s, "include statement must be followed by a path"); in lex_include_string()
303scanner_err(s, "%%H was used in an include statement, but the HOME environment variable is not set… in lex_include_string()
307 scanner_err(s, "include path after expanding %%H is too long"); in lex_include_string()
[all …]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dscanner.c107 scanner_err(s, "unterminated string literal"); in _xkbcommon_lex()
121 scanner_err(s, "unterminated key name literal"); in _xkbcommon_lex()
153 scanner_err(s, "identifier too long"); in _xkbcommon_lex()
170 scanner_err(s, "malformed number literal"); in _xkbcommon_lex()
176 scanner_err(s, "unrecognized token"); in _xkbcommon_lex()
Drules.c100 scanner_err(s, "illegal new line escape; must appear at end of line"); in lex()
128 scanner_err(s, "unexpected character after \'$\'; expected name"); in lex()
145 scanner_err(s, "unrecognized token"); in lex()
328 scanner_err(&(matcher)->scanner, fmt, ## __VA_ARGS__)
Dparser.y47 scanner_err((param)->scanner, fmt, ##__VA_ARGS__)
Dparser.c86 scanner_err((param)->scanner, fmt, ##__VA_ARGS__)
/external/libxkbcommon/xkbcommon/src/
Dscanner-utils.h66 #define scanner_err(scanner, fmt, ...) \ macro