Home
last modified time | relevance | path

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

/openbsd/usr.bin/cvs/
H A Drcs.h218 int rcs_sym_remove(RCSFILE *, const char *);
H A Dtag.c388 return (rcs_sym_remove(cf->file_rcs, tag_name)); in tag_del()
H A Drcs.c667 rcs_sym_remove(RCSFILE *file, const char *sym) in rcs_sym_remove() function
/openbsd/usr.bin/rcs/
H A Drcs.h228 int rcs_sym_remove(RCSFILE *, const char *);
H A Drcsprog.c579 if (rcs_sym_remove(file, symname) < 0) { in rcs_attach_symbol()
H A Dci.c723 if (rcs_sym_remove(pb->file, pb->symbol) < 0) { in checkin_attach_symbol()
H A Drcs.c563 rcs_sym_remove(RCSFILE *file, const char *sym) in rcs_sym_remove() function