Home
last modified time | relevance | path

Searched refs:BOOL_MSG (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c322 Error(BOOL_MSG, "MatchIsKeyboard"); in xf86parseInputClassSection()
331 Error(BOOL_MSG, "MatchIsPointer"); in xf86parseInputClassSection()
340 Error(BOOL_MSG, "MatchIsJoystick"); in xf86parseInputClassSection()
348 Error(BOOL_MSG, "MatchIsTablet"); in xf86parseInputClassSection()
356 Error(BOOL_MSG, "MatchIsTabletPad"); in xf86parseInputClassSection()
365 Error(BOOL_MSG, "MatchIsTouchpad"); in xf86parseInputClassSection()
374 Error(BOOL_MSG, "MatchIsTouchscreen"); in xf86parseInputClassSection()
H A DConfigint.h147 #define BOOL_MSG \ macro