Searched refs:fth_model (Results 1 – 1 of 1) sorted by relevance
113 static char *fth_model; /* the current macro type - for model_start */ variable120 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()