Home
last modified time | relevance | path

Searched refs:action_index (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/flex/
HDmisc.c145 while (len + action_index >= action_size - 10 /* slop */ ) {
161 strcpy (&action_array[action_index], new_text);
163 action_index += len;
482 action_array[action_index++] = '\0'; in mark_defs1()
483 action_offset = prolog_offset = action_index; in mark_defs1()
484 action_array[action_index] = '\0'; in mark_defs1()
493 action_array[action_index++] = '\0'; in mark_prolog()
494 action_offset = action_index; in mark_prolog()
495 action_array[action_index] = '\0'; in mark_prolog()
HDmain.c65 action_index; variable
962 defs1_offset = prolog_offset = action_offset = action_index = 0;
HDflexdef.h462 extern int defs1_offset, prolog_offset, action_offset, action_index;
/NextBSD/contrib/gcc/
HDexcept.c1663 int action_index; member
1733 lp_info[i].action_index = collect_one_action_chain (ar_hash, r); in sjlj_assign_call_site_values()
1734 if (lp_info[i].action_index != -1) in sjlj_assign_call_site_values()
1763 int action = lp_info[i].action_index; in sjlj_assign_call_site_values()