Home
last modified time | relevance | path

Searched refs:RUN_TTY (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dwrapper.c545 run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL | RUN_REALLY ); in wrap_tocvs_process_file()
572 run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL); in wrap_fromcvs_process_file()
Dlogmsg.c296 if ((retcode = run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in do_editor()
980 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in verifymsg_proc()
Drcscmds.c187 if (out == RUN_TTY) in call_diff()
200 if (out == RUN_TTY) in call_diff3()
431 diff_argc, diff_argv, RUN_TTY); in RCS_exec_rcsdiff()
Dfileattr.c554 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in postwatch_proc()
Dtag.c406 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL)); in posttag_proc()
860 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL)); in pretag_proc()
Dmodules.c709 err += run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in my_module()
Ddiff.c765 diff_argc, diff_argv, RUN_TTY); in diff_fileproc()
778 diff_argc, diff_argv, RUN_TTY); in diff_fileproc()
793 diff_argc, diff_argv, RUN_TTY); in diff_fileproc()
Dupdate.c1295 vers_ts->options, RUN_TTY, in checkout_file()
1303 vers_ts->options, RUN_TTY, NULL, NULL); in checkout_file()
1649 vers_ts->options, RUN_TTY, in patch_file()
1672 vers_ts->options, RUN_TTY, in patch_file()
2443 NULL, RUN_TTY, NULL, NULL); in join_file()
2505 RUN_TTY, NULL, NULL) != 0) in join_file()
2540 t_options, RUN_TTY, NULL, NULL) != 0) in join_file()
Dadmin.c191 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in postadmin_proc()
Dcheckin.c97 options, RUN_TTY, NULL, NULL) != 0) in Checkin()
Dadd.c519 vers->options, RUN_TTY, in add()
634 vers->options, RUN_TTY, in add()
Dcommit.c1278 return run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL|RUN_REALLY| in precommit_proc()
1835 NULL, NULL, RUN_TTY, NULL, NULL); in remove_file()
Drcs.c4183 : (sout != RUN_TTY ? sout in RCS_checkout()
4191 assert (sout == RUN_TTY || workfile == NULL); in RCS_checkout()
4192 assert (pfn == NULL || (sout == RUN_TTY && workfile == NULL)); in RCS_checkout()
4338 if (pfn != NULL || (workfile == NULL && sout == RUN_TTY)) in RCS_checkout()
4521 if (sout == RUN_TTY) in RCS_checkout()
4546 if (sout == RUN_TTY) in RCS_checkout()
4588 if (workfile == NULL && sout == RUN_TTY) in RCS_checkout()
4621 : (sout != RUN_TTY ? sout : "stdout"))); in RCS_checkout()
4675 else if (sout != RUN_TTY) in RCS_checkout()
5745 RUN_TTY, cmp_file_buffer, &data )) in RCS_cmp_file()
Dcvs.h705 #define RUN_TTY (char *)0 /* for the benefit of lint */ macro
Dserver.c2402 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in prepost_proxy_proc()
DChangeLog-93951588 RUN_STDERR_APPEND, RUN_SIGNIGNORE, RUN_TTY, run_arg, run_print,
1678 rcscmds.c was in use, 0 if it was RUN_TTY.
DChangeLog-972322 * rcs.c (RCS_cmp_file): Change NULL to RUN_TTY in passing sout to
DChangeLog-961076 that sout is RUN_TTY or workfile is NULL, rather than using it as