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

/external/bison/lib/
H A Dfatal-signal.c124 static sig_atomic_t volatile actions_count = 0; variable
158 size_t n = actions_count;
162 actions_count = n;
216 if (actions_count == actions_allocated)
240 5.1.2.3.(5)) ensure that we increment the actions_count only after
242 actions[actions_count]. */
243 actions[actions_count].action = action;
244 actions_count++;

Completed in 73 milliseconds