OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actions_allocated
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fatal-signal.c
129
static size_t
actions_allocated
= SIZEOF (static_actions);
variable
200
if (actions_count ==
actions_allocated
)
206
size_t old_actions_allocated =
actions_allocated
;
207
size_t new_actions_allocated = 2 *
actions_allocated
;
218
actions_allocated
= new_actions_allocated;
execute.c
198
bool
actions_allocated
;
213
actions_allocated
= false;
216
|| (
actions_allocated
= true,
249
if (
actions_allocated
)
pipe.c
248
bool
actions_allocated
;
278
actions_allocated
= false;
281
|| (
actions_allocated
= true,
336
if (
actions_allocated
)
Completed in 19 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026