Home
last modified time | relevance | path

Searched refs:RUN_TTY (Results 1 – 15 of 15) 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()
570 run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL); in wrap_fromcvs_process_file()
H A Dlogmsg.c292 if ((retcode = run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in do_editor()
975 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in verifymsg_proc()
H A Drcscmds.c185 if (out == RUN_TTY) in call_diff()
198 if (out == RUN_TTY) in call_diff3()
429 diff_argc, diff_argv, RUN_TTY); in RCS_exec_rcsdiff()
H A Dtag.c355 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL)); in posttag_proc()
809 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL)); in pretag_proc()
H A Dfileattr.c552 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in postwatch_proc()
H A Dadmin.c186 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in postadmin_proc()
H A Dmodules.c707 err += run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL); in my_module()
H A Ddiff.c752 diff_argc, diff_argv, RUN_TTY); in diff_fileproc()
765 diff_argc, diff_argv, RUN_TTY); in diff_fileproc()
780 diff_argc, diff_argv, RUN_TTY); in diff_fileproc()
H A Dupdate.c1266 vers_ts->options, RUN_TTY, in checkout_file()
1274 vers_ts->options, RUN_TTY, NULL, NULL); in checkout_file()
1612 vers_ts->options, RUN_TTY, in patch_file()
1635 vers_ts->options, RUN_TTY, in patch_file()
2406 NULL, RUN_TTY, NULL, NULL); in join_file()
2468 RUN_TTY, NULL, NULL) != 0) in join_file()
2503 t_options, RUN_TTY, NULL, NULL) != 0) in join_file()
H A Dcheckin.c95 options, RUN_TTY, NULL, NULL) != 0) in Checkin()
H A Dadd.c498 vers->options, RUN_TTY, in add()
613 vers->options, RUN_TTY, in add()
H A Dcommit.c1326 return run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL | RUN_REALLY); in precommit_proc()
1854 NULL, NULL, RUN_TTY, NULL, NULL); in remove_file()
H A Drcs.c4180 : (sout != RUN_TTY ? sout in RCS_checkout()
4188 assert (sout == RUN_TTY || workfile == NULL); in RCS_checkout()
4189 assert (pfn == NULL || (sout == RUN_TTY && workfile == NULL)); in RCS_checkout()
4335 if (pfn != NULL || (workfile == NULL && sout == RUN_TTY)) in RCS_checkout()
4518 if (sout == RUN_TTY) in RCS_checkout()
4543 if (sout == RUN_TTY) in RCS_checkout()
4585 if (workfile == NULL && sout == RUN_TTY) in RCS_checkout()
4618 : (sout != RUN_TTY ? sout : "stdout"))); in RCS_checkout()
4672 else if (sout != RUN_TTY) in RCS_checkout()
5742 RUN_TTY, cmp_file_buffer, &data )) in RCS_cmp_file()
H A Dcvs.h678 #define RUN_TTY (char *)0 /* for the benefit of lint */ macro
H A Dserver.c2393 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in prepost_proxy_proc()