Lines Matching defs:test_list

205 	struct test_list *test;	/* Test which got these results */
210 struct test_list {
217 void (*test_procedure)(struct test_list *, int *, int *);
230 struct test_list *tests; /* Pointer to the menu/function pairs */
231 struct test_list *resume_tests; /* Standard test resume point */
313 extern struct test_list color_test_list[];
320 extern int skip_pad_test(struct test_list *, int *, int *, const char *);
325 extern void dump_test_stats(struct test_list *, int *, int *);
327 extern void longer_augment(struct test_list *, int *, int *);
328 extern void longer_test_time(struct test_list *, int *, int *);
329 extern void pad_test_shutdown(struct test_list *, int);
333 extern void shorter_augment(struct test_list *, int *, int *);
334 extern void shorter_test_time(struct test_list *, int *, int *);
337 extern struct test_list acs_test_list[];
343 extern struct test_list crum_test_list[];
346 extern void tools_status(struct test_list *, int *, int *);
347 extern void tools_charset(struct test_list *, int *, int *);
348 extern void tools_sgr(struct test_list *, int *, int *);
352 extern struct test_list edit_test_list[];
360 extern void save_info(struct test_list *, int *, int *);
361 extern void show_report(struct test_list *, int *, int *);
364 extern struct test_list funkey_test_list[];
365 extern struct test_list printer_test_list[];
368 extern void tools_report(struct test_list *, int *, int *);
399 extern int subtest_menu(struct test_list *, int *, int *);
400 extern struct test_list *augment_test;
401 extern void generic_done_message(struct test_list *, int *, int *);
403 extern void menu_clear_screen(struct test_list *, int *, int *);
406 extern void menu_reset_init(struct test_list *, int *, int *);
407 extern void pad_done_message(struct test_list *, int *, int *);
410 extern struct test_list mode_test_list[];
413 extern struct test_list pad_test_list[];
419 extern void sync_handshake(struct test_list *, int *, int *);