Searched refs:test_failure_head (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dcurve.c57 static struct test_failure *test_failure_head = NULL; variable in typeref:struct:test_failure
84 if (!test_failure_head)
86 test_failure_head = test_failure_tmp;
87 test_failure_tail = test_failure_head;
1211 while (test_failure_head)
1213 printf(" %3d\n", test_failure_head->test_number);
1214 test_failure_head = test_failure_head->next;

Completed in 38 milliseconds