Searched refs:Entnode (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | entries.c | 24 static Node *AddEntryNode (List * list, Entnode *entnode); 26 static Entnode *fgetentent (FILE *, char *, int *); 27 static int fputentent (FILE *, Entnode *); 29 static Entnode *subdir_record (int, const char *, const char *); 39 static Entnode * 44 Entnode *ent; in Entnode_Create() 47 ent = xmalloc (sizeof (Entnode)); in Entnode_Create() 63 static void Entnode_Destroy (Entnode *); 66 Entnode_Destroy (Entnode *ent) in Entnode_Destroy() 88 Entnode *entnode = node->data; in write_ent_proc() [all …]
|
H A D | vers_ts.c | 20 static void time_stamp_server (const char *, Vers_TS *, Entnode *); 50 Entnode *entdata; in Version_TS() 290 time_stamp_server (const char *file, Vers_TS *vers_ts, Entnode *entdata) in time_stamp_server()
|
H A D | find_names.c | 45 Entnode *entnode = node->data; in add_entries_proc() 131 Entnode *entnode = p->data; in add_subdir_proc()
|
H A D | cvs.h | 321 typedef struct entnode Entnode; typedef 786 Entnode *entdata;
|
H A D | status.c | 281 Entnode *edata; in status_fileproc()
|
H A D | ignore.c | 416 && ((Entnode *) node->data)->type == ENT_SUBDIR) in ignore_files()
|
H A D | edit.c | 340 base_register (&finfo, ((Entnode *) node->data)->version); in edit_file() 673 Entnode *entdata; in unedit_fileproc()
|
H A D | import.c | 646 Entnode *entdata = node->data; in process_import_file()
|
H A D | log.c | 812 Entnode *e = p->data; in log_fileproc()
|
H A D | commit.c | 1726 Entnode *entdata = p->data; in findmaxrev()
|
H A D | update.c | 1092 Entnode *entdata = node->data; in isremoved()
|
H A D | ChangeLog-9395 | 995 (Entnode_Create): New function, construct new Entnode. 996 (Entnode_Destroy): New function, destruct old Entnode. 997 (AddEntryNode): Changed to take an Entnode argument instead of 999 (fgetentent): Changed to return Entnode. 1970 * hash.h (struct entnode, Entnode): moved from here...
|
H A D | server.c | 5082 Entnode *entnode; in server_updated()
|