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

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dforth.c115 static char *fth_model; /* the current macro type - for model_start */ variable
122 fth_model = model;
324 if (strlen(c) == strlen(fth_model) &&
325 strncmp(c, fth_model, strlen(fth_model)) == 0)

Completed in 54 milliseconds