Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_res.c144 PAIR_LOOKUP(ttype_pairs, TTYPE_RESULT(ttype)); in strttype()
157 int ttype_result = TTYPE_RESULT(ttype); in tst_res__()
204 int ttype_result = TTYPE_RESULT(ttype); in tst_condense()
260 int ttype_result = TTYPE_RESULT(ttype); in tst_print()
422 ttype_result = TTYPE_RESULT(ttype_result); in tst_record_childstatus()
464 int ttype_result = TTYPE_RESULT(ttype); in tst_brk__()
Dtst_test.c178 switch (TTYPE_RESULT(ttype)) { in print_result()
240 update_results(TTYPE_RESULT(ttype)); in tst_vres_()
252 if (TTYPE_RESULT(ttype) == TBROK) { in tst_cvres()
258 update_results(TTYPE_RESULT(ttype)); in tst_cvres()
280 do_exit(TTYPE_RESULT(ttype)); in tst_vbrk_()
282 exit(TTYPE_RESULT(ttype)); in tst_vbrk_()
Dtst_ansi_color.c27 switch (TTYPE_RESULT(ttype)) { in tst_ttype2color()
/external/ltp/include/
Dtst_res_flags.h22 #define TTYPE_RESULT(ttype) ((ttype) & TTYPE_MASK) macro