Searched refs:this_state (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/yacc/
H A Dlr0.c73 static core *this_state; variable
195 while (this_state)
197 closure(this_state->items, this_state->nitems);
205 this_state = this_state->next;
301 first_state = last_state = this_state = p;
470 p->number = this_state->number;
520 p->number = this_state->number;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c793 struct leh_state *this_state,
835 if (this_state)
894 if (this_state)
895 maybe_record_in_goto_queue (this_state, x);
1354 struct leh_state this_state;
1369 this_state.cur_region = this_tf.region;
1370 this_state.prev_try = state->prev_try;
1371 this_state.tf = &this_tf;
1373 lower_eh_constructs_1 (&this_state, &TREE_OPERAND (*tp, 0));
1385 honor_protect_cleanup_actions (state, &this_state,
787 honor_protect_cleanup_actions(struct leh_state *outer_state, struct leh_state *this_state, struct leh_tf_state *tf) argument
1349 struct leh_state this_state; local
1437 struct leh_state this_state; local
1496 struct leh_state this_state; local
1536 struct leh_state this_state; local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dkeyword-gen.c342 u_short this_state; local
451 this_state = i;
454 if (sst[state].other_next_s == this_state) {
455 this_state = state;
457 } else if (sst[state].match_next_s == this_state) {
458 this_state = state;
463 } while (this_state != initial_state);
/freebsd-9.3-release/contrib/binutils/gas/
H A Dwrite.c1869 relax_substateT this_state; local
1880 this_state = fragP->fr_subtype;
1881 start_type = this_type = table + this_state;
1918 md_prepare_relax_scan (fragP, address, aim, this_state, this_type);
1930 this_state = next_state;
1931 this_type = table + this_state;
1944 this_state = next_state;
1945 this_type = table + this_state;
1952 fragP->fr_subtype = this_state;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mep.c1182 mep_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state)
1188 *aim += 2 + md_relax_table[this_state].rlx_length;
1179 mep_prepare_relax_scan(fragS *fragP, offsetT *aim, relax_substateT this_state) argument

Completed in 76 milliseconds