Searched refs:st_cur (Results 1 – 1 of 1) sorted by relevance
981 int st_cur, st_max; in main() local982 if (stage != NULL && sscanf(stage, "%d/%d", &st_cur, &st_max) == 2) { in main()983 ui->SetStage(st_cur, st_max); in main()