Searched refs:qlog_parser (Results 1 – 1 of 1) sorted by relevance
/third_party/libinput/src/ |
D | quirks.c | 49 #define qlog_parser(ctx_, ...) quirk_log_msg((ctx_), QLOG_PARSER_ERROR, __VA_ARGS__) macro 522 qlog_parser(ctx, in parse_match() 875 qlog_parser(ctx, in parse_file() 889 qlog_parser(ctx, "%s:%d: Preceding whitespace '%s'\n", in parse_file() 895 qlog_parser(ctx, "%s:%d: Closing ] missing '%s'\n", in parse_file() 902 qlog_parser(ctx, "%s:%d: expected section before %s\n", in parse_file() 908 qlog_parser(ctx, "%s:%d: previous section %s was empty\n", in parse_file() 920 qlog_parser(ctx, "%s:%d: Unexpected line %s\n", in parse_file() 926 qlog_parser(ctx, "%s:%d: expected [Section], got %s\n", in parse_file() 931 qlog_parser(ctx, "%s:%d: expected MatchFoo=bar, have %s\n", in parse_file() [all …]
|