Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c186 return (parse_warn("Can't get size for %s", fth_curtype)); in fth_struct_header()
189 (void) fprintf(out, "vocabulary %s-words\n", fth_curtype); in fth_struct_header()
190 (void) fprintf(out, "h# %x constant %s-sz\n", sz, fth_curtype); in fth_struct_header()
191 (void) fprintf(out, "%x ' %s-words c-struct .%s\n", sz, fth_curtype, in fth_struct_header()
192 fth_curtype); in fth_struct_header()
193 (void) fprintf(out, "also %s-words definitions\n\n", fth_curtype); in fth_struct_header()
204 bits, fth_curtype)); in fth_print_level()
240 fth_curtype, memname)); in fth_print_integer()
334 fth_curtype, memname)); in fth_print_array()
362 return (parse_warn("Can't resolve %s.%s", fth_curtype, in fth_print_member()
[all …]
H A Dforth.c110 char *fth_curtype; /* name of the type being processed */ variable
257 fth_curtype = curtype; in fth_section_init()
265 if (fth_curtype == NULL) in fth_section_add_member()
277 if (fth_curtype == NULL) in fth_section_end()
283 free(fth_curtype); in fth_section_end()
284 fth_curtype = NULL; in fth_section_end()
338 if (fth_curtype != NULL) in fth_process_line()
353 if (fth_curtype != NULL) { in fth_process_line()
355 "macro and %s", fth_curtype, line); in fth_process_line()
H A Dforth.h61 extern char *fth_curtype;
H A Dfth_enum.c76 (void) fprintf(out, "%x c-enum .%s\n", fth_enum_curnmems, fth_curtype); in fth_enum_trailer()