Home
last modified time | relevance | path

Searched refs:RUN_NO_CLEAR (Results 1 – 9 of 9) sorted by relevance

/netbsd/usr.sbin/sysinst/arch/mipsco/
H A Dmd.c167 if (run_program(RUN_DISPLAY | RUN_NO_CLEAR, in md_post_newfs()
/netbsd/usr.sbin/sysinst/arch/emips/
H A Dmd.c174 if (run_program(RUN_DISPLAY | RUN_NO_CLEAR, in md_post_extract()
/netbsd/usr.sbin/sysinst/arch/alpha/
H A Dmd.c159 error = run_program(RUN_DISPLAY | RUN_NO_CLEAR, in md_post_newfs()
/netbsd/usr.sbin/sysinst/arch/pmax/
H A Dmd.c170 error = run_program(RUN_DISPLAY | RUN_NO_CLEAR, in md_post_newfs()
/netbsd/usr.sbin/sysinst/arch/mvme68k/
H A Dmd.c194 if (run_program(RUN_DISPLAY | RUN_NO_CLEAR, in md_post_newfs()
/netbsd/usr.sbin/sysinst/arch/hp300/
H A Dmd.c192 if (run_program(RUN_DISPLAY | RUN_NO_CLEAR, in md_post_newfs()
/netbsd/usr.sbin/sysinst/arch/x68k/
H A Dmd.c299 if (run_program(RUN_DISPLAY | RUN_NO_CLEAR, in md_post_newfs()
/netbsd/usr.sbin/sysinst/
H A Drun.c727 if (errstr == 0 || !(flags & RUN_NO_CLEAR)) { in run_program()
H A Ddefs.h109 #define RUN_NO_CLEAR 0x0100 /* Leave program output after error */ macro