Home
last modified time | relevance | path

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

/titanic_41/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; in fth_init()
324 if (strlen(c) == strlen(fth_model) && in fth_process_line()
325 strncmp(c, fth_model, strlen(fth_model)) == 0) in fth_process_line()