Searched refs:Last_tcid (Results 1 – 1 of 1) sorted by relevance
113 static char *Last_tcid; /* previous test case id */ variable222 if (strcmp(Last_tcid, TCID) == 0 && Last_type == ttype_result && in tst_condense()230 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_condense()231 free(Last_tcid); in tst_condense()240 Last_tcid = malloc(strlen(TCID) + 1); in tst_condense()241 strcpy(Last_tcid, TCID); in tst_condense()259 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_old_flush()