Home | History | Annotate | Download | only in compose

Lines Matching defs:context

43     uint32_t context;
61 state->context = 0;
92 uint32_t context;
108 node = &darray_item(state->table->nodes, state->context);
110 context = (node->is_leaf ? 0 : node->u.successor);
111 node = &darray_item(state->table->nodes, context);
114 context = node->next;
115 node = &darray_item(state->table->nodes, context);
119 context = 0;
121 state->prev_context = state->context;
122 state->context = context;
130 state->context = 0;
139 node = &darray_item(state->table->nodes, state->context);
141 if (state->context == 0 && !prev_node->is_leaf)
144 if (state->context == 0)
158 &darray_item(state->table->nodes, state->context);
192 &darray_item(state->table->nodes, state->context);