Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_res.c115 static int Last_type; /* previous test result type */ variable
222 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()
243 Last_type = ttype_result; in tst_condense()
259 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_old_flush()