Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_res.c153 PAIR_LOOKUP(ttype_pairs, TTYPE_RESULT(ttype)); in strttype()
166 int ttype_result = TTYPE_RESULT(ttype); in tst_res__()
216 int ttype_result = TTYPE_RESULT(ttype); in tst_condense()
272 int ttype_result = TTYPE_RESULT(ttype); in tst_print()
438 ttype_result = TTYPE_RESULT(ttype_result); in tst_record_childstatus()
480 int ttype_result = TTYPE_RESULT(ttype); in tst_brk__()
Dtst_test.c192 switch (TTYPE_RESULT(ttype)) { in print_result()
266 update_results(TTYPE_RESULT(ttype)); in tst_vres_()
278 if (TTYPE_RESULT(ttype) == TBROK) { in tst_cvres()
284 update_results(TTYPE_RESULT(ttype)); in tst_cvres()
312 do_exit(TTYPE_RESULT(ttype)); in tst_vbrk_()
314 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