OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanner_warn
(Results
1 - 5
of
5
) sorted by null
/external/libxkbcommon/xkbcommon/src/compose/
parser.c
223
scanner_warn
(s, "illegal hexadecimal escape sequence in string literal");
229
scanner_warn
(s, "unknown escape sequence (%c) in string literal", peek(s));
416
scanner_warn
(s, "a sequence already exists which is a prefix of this sequence; overriding");
435
scanner_warn
(s, "this compose sequence is a prefix of another; skipping line");
443
scanner_warn
(s, "this compose sequence is a duplicate of another; skipping line");
446
scanner_warn
(s, "this compose sequence already exists; overriding");
585
scanner_warn
(s, "expected at least one keysym on left-hand side; skipping line");
616
scanner_warn
(s, "too many keysyms (%d) on left-hand side; skipping line",
664
scanner_warn
(s, "right-hand side can have at most one string; skipping line");
668
scanner_warn
(s, "right-hand side string must not be empty; skipping line")
[
all
...]
/external/libxkbcommon/xkbcommon/src/
scanner-utils.h
69
#define
scanner_warn
(scanner, fmt, ...) \
macro
/external/libxkbcommon/xkbcommon/src/xkbcomp/
scanner.c
99
scanner_warn
(s, "unknown escape sequence in string literal");
parser.y
50
scanner_warn
((param)->scanner, fmt, ##__VA_ARGS__)
parser.c
89
scanner_warn
((param)->scanner, fmt, ##__VA_ARGS__)
[
all
...]
Completed in 213 milliseconds