Searched refs:sealed (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-path.c89 /* This is the sealed list. It is just a combination of other lists. */ variable in typeref:struct:entry
90 static struct entry *sealed;
258 we provide a way to iterate through the sealed list. */
265 sealed = include_dirs;
289 append_entry (&sealed, secondary);
293 append_entry (&sealed, sys_dirs);
303 return (void *) sealed;
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c88 /* This is the sealed list. It is just a combination of other lists. */ variable in typeref:struct:entry
89 static struct entry *sealed;
396 we provide a way to iterate through the sealed list. If PRINT is
403 sealed = include_dirs;
424 append_entry (&sealed, secondary);
425 append_entry (&sealed, sys_dirs);
426 append_entry (&sealed, extensions);
434 for (ent = sealed; ent; ent = ent->next)
449 return (void *) sealed;
470 for (iter = sealed; ite
[all...]
/haiku-buildtools/gcc/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs104 public sealed class CRC32Checksum : ChecksumGeneratorBase
155 public sealed class AdlerChecksum : ChecksumGeneratorBase
H A DDeflater.cs18 public sealed class Deflater : CodecBase
/haiku-buildtools/binutils/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs104 public sealed class CRC32Checksum : ChecksumGeneratorBase
155 public sealed class AdlerChecksum : ChecksumGeneratorBase
H A DDeflater.cs18 public sealed class Deflater : CodecBase

Completed in 78 milliseconds