Searched refs:ignore_error (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | blank.c | 64 int ignore_error = 0; in blank() local 114 ignore_error = 1; in blank() 132 if (ignore_error) in blank() 155 if (ignore_error) in blank() 165 if (ignore_error) in blank() 181 if (ignore_error) in blank() 218 if (ignore_error) in blank()
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 69 static Boolean exec_vp(char *name, char **argv, char **envp, Boolean ignore_error, pathpt vroot_pat… 149 doshell(wchar_t *command, Boolean ignore_error, char *stdout_file, char *stderr_file, int nice_prio) in doshell() argument 181 argv[argv_index++] = (char*)(ignore_error ? "-c" : "-ce"); in doshell() 241 exec_vp(char *name, char **argv, char **envp, Boolean ignore_error, pathpt vroot_path) in exec_vp() argument 269 shargv[1] = (char*)(ignore_error ? "-c" : "-ce"); in exec_vp() 314 doexec(wchar_t *command, Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_p… in doexec() argument 397 (void) exec_vp(argv[1], argv, environ, ignore_error, vroot_path); in doexec() 434 await(Boolean ignore_error, Boolean silent_error, Name target, wchar_t *command, pid_t running_pid,… in await() argument 495 if (ignore_error) { in await()
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | dosys.cc | 82 dosys(Name command, Boolean ignore_error, Boolean call_make, Boolean silent_error, Boolean always_e… in dosys() argument 122 if (await(ignore_error, in dosys() 127 doshell(q, ignore_error, in dosys() 129 doexec(q, ignore_error, in dosys()
|
H A D | doname.cc | 1820 (Boolean) rule->ignore_error, in execute_serial() 1838 if (!rule->ignore_error && !ignore_errors) { in execute_serial() 2347 used->ignore_error = ignore_errors; in build_command_strings() 2377 used->ignore_error = true; in build_command_strings()
|
H A D | read.cc | 1294 command->ignore_error = false; in parse_makefile() 1916 command_tail->ignore_error = false; in parse_makefile()
|
H A D | parallel.cc | 198 if (rule->ignore_error) { in execute_parallel()
|
/illumos-gate/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 342 extern Doname dosys(Name command, Boolean ignore_error, 361 Boolean ignore_error);
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 291 Boolean ignore_error:1; /* `-' */ member
|