Searched refs:fth_curtype (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/tools/ctf/stabs/common/ |
H A D | fth_struct.c | 167 return (parse_warn("Can't get size for %s", fth_curtype)); in fth_struct_header() 170 (void) fprintf(out, "vocabulary %s-words\n", fth_curtype); in fth_struct_header() 171 (void) fprintf(out, "h# %x constant %s-sz\n", sz, fth_curtype); in fth_struct_header() 172 (void) fprintf(out, "%x ' %s-words c-struct .%s\n", sz, fth_curtype, in fth_struct_header() 173 fth_curtype); in fth_struct_header() 174 (void) fprintf(out, "also %s-words definitions\n\n", fth_curtype); in fth_struct_header() 185 bits, fth_curtype)); in fth_print_level() 221 fth_curtype, memname)); in fth_print_integer() 315 fth_curtype, memname)); in fth_print_array() 343 return (parse_warn("Can't resolve %s.%s", fth_curtype, in fth_print_member() [all …]
|
H A D | forth.c | 112 char *fth_curtype; /* name of the type being processed */ variable 259 fth_curtype = curtype; in fth_section_init() 267 if (fth_curtype == NULL) in fth_section_add_member() 279 if (fth_curtype == NULL) in fth_section_end() 285 free(fth_curtype); in fth_section_end() 286 fth_curtype = NULL; in fth_section_end() 340 if (fth_curtype != NULL) in fth_process_line() 355 if (fth_curtype != NULL) { in fth_process_line() 357 "macro and %s", fth_curtype, line); in fth_process_line()
|
H A D | forth.h | 63 extern char *fth_curtype;
|
H A D | fth_enum.c | 78 (void) fprintf(out, "%x c-enum .%s\n", fth_enum_curnmems, fth_curtype); in fth_enum_trailer()
|