Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dgdb_mbuild.sh167 if test "${keepgoing}" != ""
274 echo ... ${make} ${keepgoing} ${makejobs} ${target}
275 ( ${make} ${keepgoing} ${makejobs} all-gdb || rm -f gdb/gdb gdb/gdb.exe
/freebsd-12-stable/crypto/openssl/crypto/
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-12-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_parse.c275 bool keepgoing; in _nc_resolve_uses2() local
387 keepgoing = FALSE; in _nc_resolve_uses2()
444 keepgoing = TRUE; in _nc_resolve_uses2()
448 (keepgoing); in _nc_resolve_uses2()
/freebsd-12-stable/contrib/bmake/
Dcompat.c469 if (keepgoing) { in CompatRunCommand()
642 } else if (keepgoing) { in Compat_Make()
Dmain.c173 Boolean keepgoing; /* -k flag */ variable
543 keepgoing = FALSE; in MainParseArgs()
605 keepgoing = TRUE; in MainParseArgs()
1125 keepgoing = FALSE; /* Stop on error */ in main()
Dmake.h394 extern Boolean keepgoing; /* True if should continue on unaffected
Djob.c1158 if (errors && !keepgoing && (aborting != ABORT_INTERRUPT)) { in JobFinish()
1317 } else if (keepgoing) { in Job_CheckCommands()