Searched refs:qlog_parser (Results 1 – 1 of 1) sorted by relevance
/third_party/libinput/src/ |
D | quirks.c | 52 #define qlog_parser(ctx_, ...) quirk_log_msg((ctx_), QLOG_PARSER_ERROR, __VA_ARGS__) macro 604 qlog_parser(ctx, in parse_match() 979 qlog_parser(ctx, in parse_file() 993 qlog_parser(ctx, "%s:%d: Preceding whitespace '%s'\n", in parse_file() 999 qlog_parser(ctx, "%s:%d: Closing ] missing '%s'\n", in parse_file() 1006 qlog_parser(ctx, "%s:%d: expected section before %s\n", in parse_file() 1012 qlog_parser(ctx, "%s:%d: previous section %s was empty\n", in parse_file() 1024 qlog_parser(ctx, "%s:%d: Unexpected line %s\n", in parse_file() 1030 qlog_parser(ctx, "%s:%d: expected [Section], got %s\n", in parse_file() 1035 qlog_parser(ctx, "%s:%d: expected MatchFoo=bar, have %s\n", in parse_file() [all …]
|