Lines Matching refs:PROTO

183 typedef void (*RCSCHECKOUTPROC) PROTO ((void *, const char *, size_t));
195 RCSNode *RCS_parse PROTO((const char *file, const char *repos));
196 RCSNode *RCS_parsercsfile PROTO((const char *rcsfile));
197 void RCS_fully_parse PROTO((RCSNode *));
198 void RCS_reparsercsfile PROTO((RCSNode *, FILE **, struct rcsbuffer *));
199 extern int RCS_setattic PROTO ((RCSNode *, int));
201 char *RCS_check_kflag PROTO((const char *arg));
202 char *RCS_getdate PROTO((RCSNode * rcs, const char *date,
204 char *RCS_gettag PROTO((RCSNode * rcs, const char *symtag, int force_tag_match,
206 int RCS_exist_rev PROTO((RCSNode *rcs, char *rev));
207 int RCS_exist_tag PROTO((RCSNode *rcs, char *tag));
208 char *RCS_tag2rev PROTO((RCSNode *rcs, char *tag));
209 char *RCS_getversion PROTO((RCSNode * rcs, const char *tag, const char *date,
211 char *RCS_magicrev PROTO((RCSNode *rcs, char *rev));
212 int RCS_isbranch PROTO((RCSNode *rcs, const char *rev));
213 int RCS_nodeisbranch PROTO((RCSNode *rcs, const char *tag));
214 char *RCS_whatbranch PROTO((RCSNode *rcs, const char *tag));
215 char *RCS_head PROTO((RCSNode * rcs));
216 int RCS_datecmp PROTO((const char *date1, const char *date2));
217 time_t RCS_getrevtime PROTO((RCSNode * rcs, const char *rev, char *date,
219 List *RCS_symbols PROTO((RCSNode *rcs));
220 void RCS_check_tag PROTO((const char *tag));
221 int RCS_valid_rev PROTO ((char *rev));
222 List *RCS_getlocks PROTO((RCSNode *rcs));
223 void freercsnode PROTO((RCSNode ** rnodep));
224 char *RCS_getbranch PROTO((RCSNode * rcs, const char *tag,
226 char *RCS_branch_head PROTO ((RCSNode *rcs, char *rev));
228 int RCS_isdead PROTO((RCSNode *, const char *));
229 char *RCS_getexpand PROTO ((RCSNode *));
230 void RCS_setexpand PROTO ((RCSNode *, const char *));
231 int RCS_checkout PROTO ((RCSNode *, const char *, const char *, const char *,
233 int RCS_checkin PROTO ((RCSNode *rcs, const char *workfile,
236 int RCS_cmp_file PROTO((RCSNode *, const char *, char **, const char *,
238 int RCS_settag PROTO ((RCSNode *, const char *, const char *));
239 int RCS_deltag PROTO ((RCSNode *, const char *));
240 int RCS_setbranch PROTO((RCSNode *, const char *));
241 int RCS_lock PROTO ((RCSNode *, const char *, int));
242 int RCS_unlock PROTO ((RCSNode *, char *, int));
243 int RCS_delete_revs PROTO ((RCSNode *, char *, char *, int));
244 void RCS_addaccess PROTO ((RCSNode *, char *));
245 void RCS_delaccess PROTO ((RCSNode *, char *));
246 char *RCS_getaccess PROTO ((RCSNode *));
247 RETSIGTYPE rcs_cleanup PROTO ((void));
248 void RCS_rewrite PROTO ((RCSNode *, Deltatext *, char *));
249 void RCS_abandon PROTO ((RCSNode *));
250 int rcs_change_text PROTO ((const char *, char *, size_t, const char *,
252 void RCS_deltas PROTO ((RCSNode *, FILE *, struct rcsbuffer *, const char *,
255 void RCS_setincexc PROTO ((const char *arg));
256 void RCS_setlocalid PROTO ((const char *arg));
257 char *make_file_label PROTO ((const char *, const char *, RCSNode *));
263 extern int add_rcs_file PROTO ((const char *, const char *, const char *,