Searched refs:scanner_err (Results 1 – 6 of 6) sorted by relevance
/external/libxkbcommon/xkbcommon/src/compose/ |
D | parser.c | 188 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() 303 …scanner_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/ |
D | scanner.c | 107 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()
|
D | rules.c | 100 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__)
|
D | parser.y | 47 scanner_err((param)->scanner, fmt, ##__VA_ARGS__)
|
D | parser.c | 86 scanner_err((param)->scanner, fmt, ##__VA_ARGS__)
|
/external/libxkbcommon/xkbcommon/src/ |
D | scanner-utils.h | 66 #define scanner_err(scanner, fmt, ...) \ macro
|