Searched refs:curr_test_fun (Results 1 – 1 of 1) sorted by relevance
902 int (*curr_test_fun) (const char *, void **, int); in main() local1192 curr_test_fun = NULL; in main()1193 FIND_FUN_IN_DISPATCH_TABLE(op, curr_test_fun); in main()1194 if (curr_test_fun == NULL) { in main()1198 test_ret = curr_test_fun(op, params, (int)test_num); in main()