Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDgdb_mbuild.sh167 if test "${keepgoing}" != ""
274 echo ... ${make} ${keepgoing} ${makejobs} ${target}
275 ( ${make} ${keepgoing} ${makejobs} all-gdb || rm -f gdb/gdb gdb/gdb.exe
/trueos/contrib/ncurses/ncurses/tinfo/
HDcomp_parse.c185 bool keepgoing; in _nc_resolve_uses2() local
299 keepgoing = FALSE; in _nc_resolve_uses2()
356 keepgoing = TRUE; in _nc_resolve_uses2()
360 (keepgoing); in _nc_resolve_uses2()
/trueos/crypto/openssl/crypto/
HDcryptlib.c871 int keepgoing; in OPENSSL_showfatal() local
889 keepgoing = 0; in OPENSSL_showfatal()
905 keepgoing = 1; in OPENSSL_showfatal()
920 } while (keepgoing); in OPENSSL_showfatal()
/trueos/usr.bin/make/
HDglobals.h86 extern Boolean keepgoing;
HDmain.c136 Boolean keepgoing; /* -k flag */ variable
501 keepgoing = TRUE; in MainParseArgs()
543 keepgoing = FALSE; in MainParseArgs()
911 keepgoing = FALSE; /* Stop on error */ in main()
HDjob.c1132 if (makeErrors && !keepgoing && aborting != ABORT_INTERRUPT) { in JobFinish()
1265 } else if (keepgoing) { in Job_CheckCommands()
3055 if (keepgoing) { in Compat_RunCommand()
3254 } else if (keepgoing) { in Compat_Make()
/trueos/contrib/bmake/
HDcompat.c465 if (keepgoing) { in CompatRunCommand()
628 } else if (keepgoing) { in Compat_Make()
HDmain.c171 Boolean keepgoing; /* -k flag */ variable
504 keepgoing = FALSE; in MainParseArgs()
565 keepgoing = TRUE; in MainParseArgs()
979 keepgoing = FALSE; /* Stop on error */ in main()
HDmake.h385 extern Boolean keepgoing; /* True if should continue on unaffected
HDjob.c1117 if (errors && !keepgoing && (aborting != ABORT_INTERRUPT)) { in JobFinish()
1277 } else if (keepgoing) { in Job_CheckCommands()