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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c72 /* Includes */
73 table_t *Includes; member in struct:symtab_t
178 Symtab.Includes = free_string_table(Symtab.Includes);
592 if (Symtab.Includes == NULL) {
593 Symtab.Includes = create_string_table(50);
595 if (in_string_table(Symtab.Includes, value) == NO) {
596 Symtab.Includes = add_string_table(Symtab.Includes, value);
609 return (get_string_table(Symtab.Includes,
[all...]

Completed in 57 milliseconds