Home
last modified time | relevance | path

Searched refs:get_string_table (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/
H A Ddb.c244 return (get_string_table(Database.Print_Types, 0)); in db_get_first_print_type()
251 return (get_string_table(Database.Print_Types, curr_print_type++)); in db_get_next_print_type()
H A Dutil.h49 extern char *get_string_table(table_t *, int);
H A Dsymtab.c576 return (get_string_table(Symtab.Print_Types, 0)); in symtab_get_first_print_type()
584 return (get_string_table(Symtab.Print_Types, curr_print_type++)); in symtab_get_next_print_type()
609 return (get_string_table(Symtab.Includes, 0)); in symtab_get_first_include()
617 return (get_string_table(Symtab.Includes, curr_include++)); in symtab_get_next_include()
H A Dutil.c343 get_string_table(table_t *t, int index) in get_string_table() function