Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Drelease.c33 history_write ('F', argv[i], "", argv[i], "");
255 history_write ('F', thisarg, "", thisarg, ""); /* F == Free */
Dcheckout.c1009 history_write ('O', preload_update_dir, history_name, where,
1012 history_write ('E', preload_update_dir, tag ? tag : date, where,
1067 history_write ('O', preload_update_dir, history_name, where,
Dcheckin.c119 history_write (type, NULL, vers->vn_rcs,
Dupdate.c1243 history_write ('W', finfo->update_dir, "", finfo->file, finfo->repository);
1516 history_write ('U', finfo->update_dir, xvers_ts->vn_rcs, finfo->file,
1856 history_write ('P', finfo->update_dir, xvers_ts->vn_rcs, finfo->file,
2033 history_write ('C', finfo->update_dir, vers->vn_rcs, finfo->file,
2106 history_write ('G', finfo->update_dir, vers->vn_rcs, finfo->file,
2118 history_write ('C', finfo->update_dir, vers->vn_rcs, finfo->file, finfo->repository);
2129 history_write ('G', finfo->update_dir, vers->vn_rcs, finfo->file,
Dcvs.h653 void history_write PROTO((int type, char *update_dir, char *revs, char *name,
Dtag.c251 history_write ('T', (delete_flag ? "D" : (numtag ? numtag :
Dhistory.c701 history_write (type, update_dir, revs, name, repository) in history_write() function
Dcommit.c1750 history_write ('R', NULL, finfo->rcs->head, finfo->file, finfo->repository);
DChangeLog-961700 (checkout_proc): Use history_name when calling history_write.
3738 * history.c (history_write): Change username to char * and call
3975 * history.c (history_write, read_hrecs): Specify OPEN_BINARY.
3981 * history.c (history_write): Use getenv ("HOME"), not getpwnam,
DChangeLog1650 * history.c (history_write): don't die if history file not
1863 * commit.c (remove_file): Call history_write with update_dir NULL
3666 * history.c (history_write): Use it.
DChangeLog-93952046 * history.c: (history_write): Don't assume that fopen(..., "a")
/openbsd/src/bin/ksh/
Dhistory.c27 static void history_write(void);
710 history_write(); in histsave()
792 history_write(); in history_load()
837 history_write(void) in history_write() function