Searched refs:action_index (Results 1 – 4 of 4) sorted by relevance
118 while (len + action_index >= action_size - 10 /* slop */ ) { in add_action()134 strcpy (&action_array[action_index], new_text); in add_action()136 action_index += len; in add_action()390 action_array[action_index++] = '\0'; in mark_defs1()391 action_offset = prolog_offset = action_index; in mark_defs1()392 action_array[action_index] = '\0'; in mark_defs1()401 action_array[action_index++] = '\0'; in mark_prolog()402 action_offset = action_index; in mark_prolog()403 action_array[action_index] = '\0'; in mark_prolog()
66 action_index; variable975 defs1_offset = prolog_offset = action_offset = action_index = 0; in flexinit()
419 extern int defs1_offset, prolog_offset, action_offset, action_index;
2302 FormAction &GetAction(int action_index) { return m_actions[action_index]; } in GetAction() argument