Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/
H A Dcryptlib.c136 int keepgoing; in OPENSSL_showfatal() local
151 keepgoing = 0; in OPENSSL_showfatal()
167 keepgoing = 1; in OPENSSL_showfatal()
182 } while (keepgoing); in OPENSSL_showfatal()
/src/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c407 bool keepgoing; in _nc_resolve_uses2() local
547 keepgoing = FALSE; in _nc_resolve_uses2()
617 keepgoing = TRUE; in _nc_resolve_uses2()
637 (keepgoing); in _nc_resolve_uses2()
/src/contrib/bmake/
H A Dcompat.c409 if (opts.keepgoing) { in Compat_RunCommand()
620 } else if (opts.keepgoing) { in MakeUnmade()
H A Dmain.c498 opts.keepgoing = false; in MainParseOption()
547 opts.keepgoing = true; in MainParseOption()
1109 opts.keepgoing = false; /* Stop on error */ in CmdOpts_Init()
H A Dmake.h762 bool keepgoing; member
H A Djob.c1327 if (job_errors > 0 && !opts.keepgoing && aborting != ABORT_INTERRUPT) { in JobFinish()
1482 if (opts.keepgoing) { in Job_CheckCommands()