Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcryptlib.c138 int keepgoing; in OPENSSL_showfatal() local
153 keepgoing = 0; in OPENSSL_showfatal()
169 keepgoing = 1; in OPENSSL_showfatal()
184 } while (keepgoing); in OPENSSL_showfatal()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c405 bool keepgoing; in _nc_resolve_uses2() local
541 keepgoing = FALSE; in _nc_resolve_uses2()
607 keepgoing = TRUE; in _nc_resolve_uses2()
611 (keepgoing); in _nc_resolve_uses2()
/freebsd/contrib/bmake/
H A Dcompat.c412 if (opts.keepgoing) { in Compat_RunCommand()
623 } else if (opts.keepgoing) { in MakeUnmade()
H A Dmain.c491 opts.keepgoing = false; in MainParseOption()
540 opts.keepgoing = true; in MainParseOption()
1116 opts.keepgoing = false; /* Stop on error */ in CmdOpts_Init()
H A Dmake.h761 bool keepgoing; member
H A Djob.c1243 if (job_errors > 0 && !opts.keepgoing && aborting != ABORT_INTERRUPT) { in JobFinish()
1403 if (opts.keepgoing) { in Job_CheckCommands()