OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unsaved
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
defs.h
499
bool
unsaved
; /* Flag indicating to partman that device need saving */
member in struct:pm_devs
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
246
struct CXUnsavedFile *
unsaved
= *unsaved_files + i;
local
275
unsaved
->Length = ftell(to_file);
279
contents = (char *)malloc(
unsaved
->Length + 1);
281
if (fread(contents, 1,
unsaved
->Length, to_file) !=
unsaved
->Length) {
291
contents[
unsaved
->Length] = 0;
292
unsaved
->Contents = contents;
303
unsaved
->Filename = filename;
2853
reparsing, don't remap
unsaved
files until the second parse. */
3147
reparsing, don't remap
unsaved
files until the second parse. *
[
all
...]
Completed in 22 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026