Searched refs:error_use_protocol (Results 1 – 7 of 7) sorted by relevance
40 int error_use_protocol; variable
3684 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 …]
465 extern int error_use_protocol;
1906 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.
60 Set `error_use_protocol' to 1 and just use error() where used to1720 * server.c (do_cvs_command): Clear error_use_protocol in the1722 (server): Set error_use_protocol.
2078 * cvs.h (error_use_protocol): Move decl here from lib/error.h so that7761 Also reset error_use_protocol.
2572 [CVS_SUPPORT] (error_use_protocol): New variable, with apology.2573 (error): If error_use_protocol is set, report errors using the2575 * error.h [CVS_SUPPORT]: Extern decl for error_use_protocol.