Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Derror.c40 int error_use_protocol; variable
H A Dserver.c3684 error_use_protocol = 0; in do_cvs_command()
6144 if (error_use_protocol) in server_cleanup()
6289 error_use_protocol = 0; in server_cleanup()
6413 error_use_protocol = 1; in server()
7666 if (error_use_protocol) in cvs_output()
7727 if (error_use_protocol || server_active) in cvs_output_binary()
7732 if (error_use_protocol) in cvs_output_binary()
7755 if (!error_use_protocol) in cvs_output_binary()
7813 if (error_use_protocol) in cvs_outerr()
7877 if (error_use_protocol) in cvs_flusherr()
[all …]
H A Dcvs.h465 extern int error_use_protocol;
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.
H A DChangeLog2078 * cvs.h (error_use_protocol): Move decl here from lib/error.h so that
7761 Also reset error_use_protocol.
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A DChangeLog2572 [CVS_SUPPORT] (error_use_protocol): New variable, with apology.
2573 (error): If error_use_protocol is set, report errors using the
2575 * error.h [CVS_SUPPORT]: Extern decl for error_use_protocol.