Searched refs:RUN_REALLY (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/os2/ |
| D | run.c | 152 if (noexec && (flags & RUN_REALLY) == 0) /* if in noexec mode */
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | run.c | 131 if (noexec && (flags & RUN_REALLY) == 0)
|
| D | wrapper.c | 600 run_exec(RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL|RUN_REALLY );
|
| D | cvs.h | 678 #define RUN_REALLY 0x0002 /* do the exec, even if noexec is on */ macro
|
| D | commit.c | 1142 return (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL|RUN_REALLY));
|
| D | ChangeLog-9395 | 525 * commit.c (check_fileproc): pass RUN_REALLY flag to run_exec, 1587 * cvs.h (RUN_NORMAL, RUN_COMBINED, RUN_REALLY, RUN_STDOUT_APPEND,
|
| D | ChangeLog | 3823 * tag.c (pretag_proc), rtag.c (pretag_proc): Don't pass RUN_REALLY
|
| /openbsd/src/gnu/usr.bin/cvs/windows-NT/ |
| D | run.c | 161 if (noexec && (flags & RUN_REALLY) == 0) /* if in noexec mode */
|