Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Dbound.c13 int continue_on_error; member
21 ISL_ARG_BOOL(struct bound_options, continue_on_error, '\0', "continue-on-error", 0, NULL) in ISL_ARGS_START()
173 if (vpb->options->continue_on_error) in verify_point()
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dmdig.c111 static bool continue_on_error = false;
209 if (continue_on_error) { in recvresponse()
1273 continue_on_error = state; in plus_option()
115 static bool continue_on_error = false; global() variable