Lines Matching refs:PROTO

86 static int connect_to_gserver PROTO((int, const char *));
90 static void add_prune_candidate PROTO((char *));
93 int add PROTO((int argc, char **argv));
94 int admin PROTO((int argc, char **argv));
95 int checkout PROTO((int argc, char **argv));
96 int commit PROTO((int argc, char **argv));
97 int diff PROTO((int argc, char **argv));
98 int history PROTO((int argc, char **argv));
99 int import PROTO((int argc, char **argv));
100 int cvslog PROTO((int argc, char **argv));
101 int patch PROTO((int argc, char **argv));
102 int release PROTO((int argc, char **argv));
103 int cvsremove PROTO((int argc, char **argv));
104 int rtag PROTO((int argc, char **argv));
105 int status PROTO((int argc, char **argv));
106 int tag PROTO((int argc, char **argv));
107 int update PROTO((int argc, char **argv));
110 static void handle_ok PROTO((char *, int));
111 static void handle_error PROTO((char *, int));
112 static void handle_valid_requests PROTO((char *, int));
113 static void handle_checked_in PROTO((char *, int));
114 static void handle_new_entry PROTO((char *, int));
115 static void handle_checksum PROTO((char *, int));
116 static void handle_copy_file PROTO((char *, int));
117 static void handle_updated PROTO((char *, int));
118 static void handle_merged PROTO((char *, int));
119 static void handle_patched PROTO((char *, int));
120 static void handle_rcs_diff PROTO((char *, int));
121 static void handle_removed PROTO((char *, int));
122 static void handle_remove_entry PROTO((char *, int));
123 static void handle_set_static_directory PROTO((char *, int));
124 static void handle_clear_static_directory PROTO((char *, int));
125 static void handle_set_sticky PROTO((char *, int));
126 static void handle_clear_sticky PROTO((char *, int));
127 static void handle_set_checkin_prog PROTO((char *, int));
128 static void handle_set_update_prog PROTO((char *, int));
129 static void handle_module_expansion PROTO((char *, int));
130 static void handle_wrapper_rcs_option PROTO((char *, int));
131 static void handle_m PROTO((char *, int));
132 static void handle_e PROTO((char *, int));
133 static void handle_f PROTO((char *, int));
134 static void handle_notified PROTO((char *, int));
136 static size_t try_read_from_server PROTO ((char *, size_t));
146 static int is_arg_a_parent_or_listed_dir PROTO((Node *, void *));
167 static int arg_should_not_be_sent_to_server PROTO((char *));
476 PROTO((struct buffer *, FILE *, int, void (*) (struct buffer *)));
477 static int log_buffer_input PROTO((void *, char *, int, int, int *));
478 static int log_buffer_output PROTO((void *, const char *, int, int *));
479 static int log_buffer_flush PROTO((void *));
480 static int log_buffer_block PROTO((void *, int));
481 static int log_buffer_shutdown PROTO((void *));
490 void (*memory) PROTO((struct buffer *));
651 PROTO ((int, int, void (*) (struct buffer *)));
652 static int socket_buffer_input PROTO((void *, char *, int, int, int *));
653 static int socket_buffer_output PROTO((void *, const char *, int, int *));
654 static int socket_buffer_flush PROTO((void *));
662 void (*memory) PROTO((struct buffer *));
671 (int (*) PROTO((void *, int))) NULL,
672 (int (*) PROTO((void *))) NULL,
972 void (*func) PROTO((char *data, List *ent_list, char *short_pathname,
1392 static void read_counted_file PROTO ((char *, char *));
1555 static void handle_mode PROTO ((char *, int));
1572 static void handle_mod_time PROTO ((char *, int));
2207 static void handle_created PROTO((char *, int));
2221 static void handle_update_existing PROTO((char *, int));
2487 static void template PROTO ((char *, List *, char *, char *));
2501 static void handle_template PROTO ((char *, int));
2564 static void do_deferred_progs PROTO((void));
2639 static void process_prune_candidates PROTO((void));
2682 static void send_repository PROTO((char *, char *, char *));
3142 static void handle_mbinary PROTO ((char *, int));
3201 static void handle_mt PROTO ((char *, int));
3660 static void start_rsh_server PROTO((int *, int *));
3680 static struct hostent *init_sockaddr PROTO ((struct sockaddr_in *, char *,
4350 static int send_variable_proc PROTO ((Node *, void *));
5011 static void send_modified PROTO ((char *, char *, Vers_TS *));
5173 static int send_fileproc PROTO ((void *callerdat, struct file_info *finfo));
5327 static void send_ignproc PROTO ((char *, char *));
5349 static int send_filesdoneproc PROTO ((void *, int, char *, char *, List *));
5369 static Dtype send_dirent_proc PROTO ((void *, char *, char *, char *, List *));
5454 static int send_dirleave_proc PROTO ((void *, char *, int, char *, List *));