HomeSort by relevance Sort by last modified time
    Searched refs:scanner_err (Results 1 - 6 of 6) sorted by null

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

Completed in 456 milliseconds