OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actions_allocated
(Results
1 - 4
of
4
) sorted by null
/external/bison/m4/
posix_spawn.m4
153
bool
actions_allocated
;
175
actions_allocated
= false;
178
|| (
actions_allocated
= true,
188
if (
actions_allocated
)
280
bool
actions_allocated
;
305
actions_allocated
= false;
307
|| (
actions_allocated
= true,
311
if (
actions_allocated
)
/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
)
/prebuilts/misc/linux-x86/bison/
bison
Completed in 223 milliseconds