OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actions_allocated
(Results
1 - 2
of
2
) 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;
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;
Completed in 27 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026