Home
last modified time | relevance | path

Searched refs:RUN_REALLY (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Dwrapper.c543 run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL | RUN_REALLY ); in wrap_tocvs_process_file()
H A Drun.c179 if (noexec && (flags & RUN_REALLY) == 0) in run_exec()
H A Dcvs.h674 #define RUN_REALLY 0x0002 /* do the exec, even if noexec is on */ macro
H A Dcommit.c1326 return run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL | RUN_REALLY); in precommit_proc()