Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/lex/
H A Dmain.c66 int action_size, defs1_offset, prolog_offset, action_offset, action_index; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.c1899 int action_index; member
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.c1663 int action_index; member
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2302 FormAction &GetAction(int action_index) { return m_actions[action_index]; } in GetAction()