Home
last modified time | relevance | path

Searched refs:is_negated (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c560 Bool is_negated = group->is_negated; in MatchAttrToken() local
561 Bool match = is_negated; in MatchAttrToken()
567 return is_negated; in MatchAttrToken()
571 match = !is_negated; in MatchAttrToken()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dxf86Parser.h308 Bool is_negated; member
H A DInputClass.c162 group->is_negated = (type == MATCH_NEGATED); in add_group_entry()