Home | History | Annotate | Download | only in mtest05

Lines Matching refs:MAXTEST

134 #define MAXTEST      6		/* total number of testcase in this program          */
920 for (test_ndx = 1; test_ndx <= MAXTEST; test_ndx++) {
932 global_rc = (test_num > MAXTEST) ?
935 MAXTEST) : test_ptr[test_num] ();