Searched refs:actions_entry_t (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dfatal-signal.c119 actions_entry_t; typedef in typeref:struct:__anon317
122 static actions_entry_t static_actions[32];
123 static actions_entry_t * volatile actions = static_actions;
221 actions_entry_t *old_actions = actions;
224 actions_entry_t *new_actions =
225 XNMALLOC (new_actions_allocated, actions_entry_t);

Completed in 74 milliseconds