OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actions_allocated
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
fatal-signal.c
125
static size_t
actions_allocated
= SIZEOF (static_actions);
variable
216
if (actions_count ==
actions_allocated
)
222
size_t old_actions_allocated =
actions_allocated
;
223
size_t new_actions_allocated = 2 *
actions_allocated
;
234
actions_allocated
= new_actions_allocated;
spawn-pipe.c
256
bool
actions_allocated
;
282
actions_allocated
= false;
285
|| (
actions_allocated
= true,
340
if (
actions_allocated
)
/external/bison/
configure
[
all
...]
Completed in 31 milliseconds