Home
last modified time | relevance | path

Searched refs:executeAlways (Results 1 – 2 of 2) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Doption.h47 boolType executeAlways; member
H A Ds7.c168 printf("executeAlways: %s\n", option->executeAlways ? "TRUE" : "FALSE"); in printOptions()
280 option->executeAlways = TRUE; in processOptions()
450 (currentProg->error_count == 0 || option.executeAlways)) { in wmain()