Lines Matching refs:state
20 modifiers), another member is added - mc_state. This member gives the state
42 # the modifier state constants, which define the meaning of mc_state
115 # _state_subsets gives for each combination of modifiers, or *state*,
117 # number of modifiers is the state - the most specific state comes first.
136 for state in states:
137 substates = list({state & x for x in states})
144 # _state_codes gives for each state, the portable code to be passed as mc_state
157 # a detail (or None) and a state into a list of functions.
269 successfully parsed as one, return a tuple containing the state (as an int),