Searched refs:action_index (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.bin/lex/ |
H A D | misc.c | 124 while (len + action_index >= action_size - 10 /* slop */ ) { in add_action() 141 strlcpy(&action_array[action_index], new_text, in add_action() 142 action_size - action_index); in add_action() 144 action_index += len; in add_action() 464 action_array[action_index++] = '\0'; in mark_defs1() 465 action_offset = prolog_offset = action_index; in mark_defs1() 466 action_array[action_index] = '\0'; in mark_defs1() 476 action_array[action_index++] = '\0'; in mark_prolog() 477 action_offset = action_index; in mark_prolog() 478 action_array[action_index] = '\0'; in mark_prolog()
|
H A D | main.c | 66 int action_size, defs1_offset, prolog_offset, action_offset, action_index; variable 933 defs1_offset = prolog_offset = action_offset = action_index = 0; in flexinit()
|
H A D | flexdef.h | 424 extern int defs1_offset, prolog_offset, action_offset, action_index;
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | except.c | 1899 int action_index; member 1971 lp_info[i].action_index = collect_one_action_chain (ar_hash, r); 1972 if (lp_info[i].action_index != -1) 2001 int action = lp_info[i].action_index;
|
/openbsd/gnu/gcc/gcc/ |
H A D | except.c | 1663 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()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 2302 FormAction &GetAction(int action_index) { return m_actions[action_index]; } in GetAction() argument
|