OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:empty_list
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
msgcmp.c
350
message_list_ty *
empty_list
;
local
393
empty_list
= message_list_alloc (false);
407
defmlp =
empty_list
;
msgmerge.c
1367
message_list_ty *
empty_list
;
local
1577
empty_list
= message_list_alloc (false);
1594
defmlp =
empty_list
;
format-lisp.c
2398
struct format_arg_list *
empty_list
= make_empty_list ();
local
2400
FAT_LIST,
empty_list
);
2401
free_list (
empty_list
);
2827
struct format_arg_list *
empty_list
= make_empty_list ();
local
2829
FAT_LIST,
empty_list
);
2830
free_list (
empty_list
);
2894
struct format_arg_list *
empty_list
= make_empty_list ();
local
2896
FAT_LIST,
empty_list
);
2897
free_list (
empty_list
);
format-scheme.c
2424
struct format_arg_list *
empty_list
= make_empty_list ();
local
2426
FAT_LIST,
empty_list
);
2427
free_list (
empty_list
);
2825
struct format_arg_list *
empty_list
= make_empty_list ();
local
2827
FAT_LIST,
empty_list
);
2828
free_list (
empty_list
);
2892
struct format_arg_list *
empty_list
= make_empty_list ();
local
2894
FAT_LIST,
empty_list
);
2895
free_list (
empty_list
);
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_7zip.c
251
} file_list,
empty_list
;
member in struct:_7zip
886
if (zip->
empty_list
.first != NULL) {
887
*zip->file_list.last = zip->
empty_list
.first;
888
zip->file_list.last = zip->
empty_list
.last;
1750
*zip->
empty_list
.last = file;
1751
zip->
empty_list
.last = &(file->next);
1757
zip->
empty_list
.first = NULL;
1758
zip->
empty_list
.last = &(zip->
empty_list
.first);
/src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc
5810
bool
empty_list
= false;
local
5817
empty_list
= true;
5832
if (
empty_list
&& !new_st.ext.omp_clauses->lists[OMP_LIST_ALLOCATE]->sym)
5838
empty_list
= false;
5842
empty_list
= true;
/src/external/gpl3/gcc/dist/gcc/cp/
init.cc
4728
bool
empty_list
= false;
4732
empty_list
= true;
4827
empty_list
= true;
4914
if (
empty_list
)
4725
bool
empty_list
= false;
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc
4610
bool
empty_list
= false;
4614
empty_list
= true;
4702
empty_list
= true;
4789
if (
empty_list
)
4607
bool
empty_list
= false;
local
coroutines.cc
1667
tree
empty_list
= build_empty_stmt (loc);
local
1733
empty_list
);
1804
empty_list
);
Completed in 50 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026