Searched refs:qlog_parser (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/moused/moused/ |
H A D | quirks.c | 56 #define qlog_parser(ctx_, ...) quirk_log_msg((ctx_), QLOG_PARSER_ERROR, __VA_ARGS__) macro 616 qlog_parser(ctx, in parse_match() 1251 qlog_parser(ctx, in parse_file() 1265 qlog_parser(ctx, "%s:%d: Preceding whitespace '%s'\n", in parse_file() 1271 qlog_parser(ctx, "%s:%d: Closing ] missing '%s'\n", in parse_file() 1278 qlog_parser(ctx, "%s:%d: expected section before %s\n", in parse_file() 1284 qlog_parser(ctx, "%s:%d: previous section %s was empty\n", in parse_file() 1296 qlog_parser(ctx, "%s:%d: Unexpected line %s\n", in parse_file() 1302 qlog_parser(ctx, "%s:%d: expected [Section], got %s\n", in parse_file() 1307 qlog_parser(ctx, "%s:%d: expected MatchFoo=bar, have %s\n", in parse_file() [all …]
|