OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:once_only
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
select.c
146
static BOOL
once_only
;
local
157
if (!
once_only
)
162
once_only
= TRUE;
/src/external/gpl3/gdb.old/dist/gnulib/import/
select.c
146
static BOOL
once_only
;
local
157
if (!
once_only
)
162
once_only
= TRUE;
/src/external/gpl3/gcc/dist/libcpp/
files.cc
101
bool
once_only
: 1;
member in struct:_cpp_file
822
if (file->
once_only
)
887
if ((import || f->
once_only
)
1050
file->
once_only
= true;
1566
if (!file->
once_only
1985
bool
once_only
;
1992
/* Are there any values with
once_only
set?
2045
result->entries[count].
once_only
= f->
once_only
;
2047
result->have_once_only = result->have_once_only | f->
once_only
;
1984
bool
once_only
;
member in struct:pchf_entry
[
all
...]
/src/external/gpl3/gcc.old/dist/libcpp/
files.cc
101
bool
once_only
: 1;
member in struct:_cpp_file
806
if (file->
once_only
)
871
if ((import || f->
once_only
)
1033
file->
once_only
= true;
1544
if (!file->
once_only
1963
bool
once_only
;
1970
/* Are there any values with
once_only
set?
2023
result->entries[count].
once_only
= f->
once_only
;
2025
result->have_once_only = result->have_once_only | f->
once_only
;
1962
bool
once_only
;
member in struct:pchf_entry
[
all
...]
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026