Searched refs:Entnode (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | entries.c | 17 static Node *AddEntryNode PROTO((List * list, Entnode *entnode)); 19 static Entnode *fgetentent PROTO((FILE *, char *, int *)); 20 static int fputentent PROTO((FILE *, Entnode *)); 22 static Entnode *subdir_record PROTO((int, const char *, const char *)); 30 static Entnode *Entnode_Create PROTO ((enum ent_type, const char *, 35 static Entnode * 46 Entnode *ent; 49 ent = (Entnode *) xmalloc (sizeof (Entnode)); 65 static void Entnode_Destroy PROTO ((Entnode *)); 69 Entnode *ent; in Entnode_Destroy() [all …]
|
| H A D | find_names.c | 38 Entnode *entnode; 41 entnode = (Entnode *) node->data; 132 Entnode *entnode; 135 entnode = (Entnode *) p->data;
|
| H A D | vers_ts.c | 12 static void time_stamp_server PROTO((char *, Vers_TS *, Entnode *)); 35 Entnode *entdata; 64 entdata = (Entnode *) p->data; 266 Entnode *entdata;
|
| H A D | no_diff.c | 73 vers->entdata = (Entnode *) p->data;
|
| H A D | edit.c | 348 base_register (finfo, ((Entnode *) node->data)->version); 527 Entnode *entdata; 536 entdata = (Entnode *) node->data;
|
| H A D | status.c | 246 Entnode *edata;
|
| H A D | cvs.h | 318 typedef struct entnode Entnode; typedef 760 Entnode *entdata;
|
| H A D | ignore.c | 429 && ((Entnode *) node->data)->type == ENT_SUBDIR)
|
| H A D | import.c | 573 Entnode *entdata = (Entnode *) node->data;
|
| H A D | log.c | 796 Entnode *e; 798 e = (Entnode *) p->data;
|
| H A D | commit.c | 1601 Entnode *entdata; 1603 entdata = (Entnode *) p->data;
|
| H A D | update.c | 1152 Entnode *entdata = (Entnode*) node->data;
|
| H A D | server.c | 4167 Entnode *entnode; 4185 entnode = (Entnode *)node->data;
|
| 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...
|