Searched refs:PLAN_FIRST (Results 1 – 1 of 1) sorted by relevance
178 PLAN_FIRST, /* Plan seen before any tests. */ enumerator783 ts->plan = PLAN_FIRST; in test_plan()871 if (current > ts->count && ts->plan == PLAN_FIRST) { in test_checkline()1100 } else if (ts->plan != PLAN_FIRST && ts->plan != PLAN_FINAL) { in test_analyze()