Home
last modified time | relevance | path

Searched refs:keepgoing (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/
H A Dcryptlib.c293 int keepgoing; in OPENSSL_showfatal() local
308 keepgoing = 0; in OPENSSL_showfatal()
324 keepgoing = 1; in OPENSSL_showfatal()
339 } while (keepgoing); in OPENSSL_showfatal()
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c394 bool keepgoing; in _nc_resolve_uses2() local
509 keepgoing = FALSE; in _nc_resolve_uses2()
571 keepgoing = TRUE; in _nc_resolve_uses2()
575 (keepgoing); in _nc_resolve_uses2()
/freebsd-13.1/contrib/bmake/
H A Dcompat.c426 if (opts.keepgoing) { in Compat_RunCommand()
586 } else if (opts.keepgoing) { in MakeUnmade()
H A Dmain.c477 opts.keepgoing = false; in MainParseArg()
526 opts.keepgoing = true; in MainParseArg()
1123 opts.keepgoing = false; /* Stop on error */ in CmdOpts_Init()
H A Dmake.h728 bool keepgoing; member
H A Djob.c1267 if (job_errors > 0 && !opts.keepgoing && aborting != ABORT_INTERRUPT) { in JobFinish()
1419 if (opts.keepgoing) { in Job_CheckCommands()