Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dforth.c113 static char *fth_model; /* the current macro type - for model_start */ variable
120 fth_model = model; in fth_init()
322 if (strlen(c) == strlen(fth_model) && in fth_process_line()
323 strncmp(c, fth_model, strlen(fth_model)) == 0) in fth_process_line()