OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:variables_set
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/src/
envsubst.c
408
static string_list_ty
variables_set
;
variable
410
/* Adds a variable to
variables_set
. */
418
string_list_append (&
variables_set
, string);
421
/* Stores the variables occurring in the string in
variables_set
. */
425
string_list_init (&
variables_set
);
427
string_list_sort (&
variables_set
);
530
&& !sorted_string_list_member (&
variables_set
, buffer))
Completed in 17 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026