Searched refs:history_write (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | release.c | 33 history_write ('F', argv[i], "", argv[i], ""); 255 history_write ('F', thisarg, "", thisarg, ""); /* F == Free */
|
| D | checkout.c | 1009 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,
|
| D | checkin.c | 119 history_write (type, NULL, vers->vn_rcs,
|
| D | update.c | 1243 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,
|
| D | cvs.h | 653 void history_write PROTO((int type, char *update_dir, char *revs, char *name,
|
| D | tag.c | 251 history_write ('T', (delete_flag ? "D" : (numtag ? numtag :
|
| D | history.c | 701 history_write (type, update_dir, revs, name, repository) in history_write() function
|
| D | commit.c | 1750 history_write ('R', NULL, finfo->rcs->head, finfo->file, finfo->repository);
|
| D | ChangeLog-96 | 1700 (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,
|
| D | ChangeLog | 1650 * 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.
|
| D | ChangeLog-9395 | 2046 * history.c: (history_write): Don't assume that fopen(..., "a")
|
| /openbsd/src/bin/ksh/ |
| D | history.c | 27 static void history_write(void); 710 history_write(); in histsave() 792 history_write(); in history_load() 837 history_write(void) in history_write() function
|