Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dmisc.c118 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()
H A Dmain.c66 action_index; variable
975 defs1_offset = prolog_offset = action_offset = action_index = 0; in flexinit()
H A Dflexdef.h419 extern int defs1_offset, prolog_offset, action_offset, action_index;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2302 FormAction &GetAction(int action_index) { return m_actions[action_index]; } in GetAction() argument