Home
last modified time | relevance | path

Searched refs:error_use_protocol (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Derror.h55 extern int error_use_protocol;
H A Derror.c25 int error_use_protocol; variable
H A Dserver.c2855 error_use_protocol = 0;
5172 error_use_protocol = 1;
6489 if (error_use_protocol)
6534 if (error_use_protocol || server_active)
6539 if (error_use_protocol)
6560 if (!error_use_protocol)
6619 if (error_use_protocol)
6662 if (error_use_protocol) in cvs_flusherr()
6692 if (error_use_protocol) in cvs_flushout()
6748 if (error_use_protocol)
[all …]
H A DChangeLog-961906 saved_output, and saved_outerr before setting error_use_protocol.
1907 (pserver_authenticate_connection): Don't set error_use_protocol.
2077 (cvs_output): Add support for error_use_protocol case.
3832 error_use_protocol case) rather than stdio directly.
4340 * modules.c (do_module): Honor error_use_protocol in printing trace.
H A DChangeLog-939560 Set `error_use_protocol' to 1 and just use error() where used to
1720 * server.c (do_cvs_command): Clear error_use_protocol in the
1722 (server): Set error_use_protocol.
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Dwin32.c38 if (server_active || error_use_protocol) in wnt_cleanup()
/openbsd-src/gnu/usr.bin/cvs/lib/
H A DChangeLog684 [CVS_SUPPORT] (error_use_protocol): New variable, with apology.
685 (error): If error_use_protocol is set, report errors using the
687 * error.h [CVS_SUPPORT]: Extern decl for error_use_protocol.