Searched defs:fth_curtype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dforth.c112 char *fth_curtype; /* name of the type being processed */ variable
259 fth_curtype = curtype;
267 if (fth_curtype == NULL)
279 if (fth_curtype == NULL)
285 free(fth_curtype);
286 fth_curtype = NULL;
340 if (fth_curtype != NULL)
355 if (fth_curtype != NULL) {
357 "macro and %s", fth_curtype, line);

Completed in 248 milliseconds