Searched refs:once_only (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dselect.c146 static BOOL once_only; local
157 if (!once_only)
162 once_only = TRUE;
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c101 bool once_only : 1; member in struct:_cpp_file
806 if (file->once_only)
871 if ((import || f->once_only)
977 file->once_only = true;
1408 if (!file->once_only && file->cmacro == NULL
1823 bool once_only;
1830 /* Are there any values with once_only set?
1883 result->entries[count].once_only = f->once_only;
1885 result->have_once_only = result->have_once_only | f->once_only;
1822 bool once_only; member in struct:pchf_entry
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc101 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 216 milliseconds