Lines Matching defs:state
61 char state[PICL_PROPNAMELEN_MAX];
73 err = picl_get_propval(state_prop, state, sizeof (state));
84 if (strcmp(state, new_state) != 0) {
108 char state[PICL_PROPNAMELEN_MAX];
113 state, sizeof (state));
121 if (strcmp(state, locator_info->on) == 0)
123 else if (strcmp(state, locator_info->off) == 0)
126 display_state = state;