Home
last modified time | relevance | path

Searched refs:ce_tag (Results 1 – 12 of 12) sorted by relevance

/openbsd/usr.bin/cvs/
H A Dstatus.c231 if (cf->file_ent->ce_tag != NULL) { in cvs_status_local()
233 cf->file_ent->ce_tag)) == NULL) { in cvs_status_local()
249 cf->file_ent->ce_tag, buf); in cvs_status_local()
H A Dremove.c198 if (cf->file_ent->ce_tag != NULL) in cvs_remove_local()
200 cf->file_ent->ce_tag); in cvs_remove_local()
H A Dclient.c500 if (cf->file_ent->ce_tag != NULL) { in cvs_client_sendfile()
502 cf->file_ent->ce_tag); in cvs_client_sendfile()
665 if (newent->ce_tag != NULL) { in cvs_client_checkedin()
667 newent->ce_tag); in cvs_client_checkedin()
746 if (e->ce_tag != NULL) { in cvs_client_updated()
747 (void)xsnprintf(sticky, sizeof(sticky), "T%s", e->ce_tag); in cvs_client_updated()
H A Dupdate.c350 cf->file_ent->ce_tag != NULL && reset_tag) { in cvs_update_local()
436 cf->file_ent->ce_tag != NULL))) in cvs_update_local()
508 if (cf->file_ent != NULL && cf->file_ent->ce_tag != NULL) in update_clear_conflict()
510 cf->file_ent->ce_tag); in update_clear_conflict()
H A Dentries.c154 ent->ce_tag = NULL; in cvs_ent_parse()
226 ent->ce_tag = NULL; in cvs_ent_parse()
229 ent->ce_tag = fields[5] + 1; in cvs_ent_parse()
H A Dedit.c401 if (cf->file_ent->ce_tag != NULL) in cvs_unedit_local()
403 cf->file_ent->ce_tag); in cvs_unedit_local()
H A Dcommit.c360 tag = cf->file_ent->ce_tag; in cvs_commit_check_files()
421 if (cf->file_ent != NULL && cf->file_ent->ce_tag != NULL) in cvs_commit_local()
422 tag = cf->file_ent->ce_tag; in cvs_commit_local()
H A Dadd.c517 if (cf->file_ent->ce_tag != NULL) in add_entry()
519 cf->file_ent->ce_tag); in add_entry()
H A Dcheckout.c583 else if (cf->file_ent != NULL && cf->file_ent->ce_tag != NULL) in cvs_checkout_file()
585 cf->file_ent->ce_tag); in cvs_checkout_file()
H A Dserver.c459 if (ent->ce_tag != NULL) in cvs_server_unchanged()
460 (void)xsnprintf(sticky, sizeof(sticky), "T%s", ent->ce_tag); in cvs_server_unchanged()
H A Dcvs.h251 char *ce_tag; member
H A Dfile.c684 tag = cf->file_ent->ce_tag; in cvs_file_classify()
784 } else if (cf->file_ent != NULL && cf->file_ent->ce_tag != NULL) { in cvs_file_classify()