Home
last modified time | relevance | path

Searched refs:Entnode (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dentries.c17 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 Dfind_names.c38 Entnode *entnode;
41 entnode = (Entnode *) node->data;
132 Entnode *entnode;
135 entnode = (Entnode *) p->data;
H A Dvers_ts.c12 static void time_stamp_server PROTO((char *, Vers_TS *, Entnode *));
35 Entnode *entdata;
64 entdata = (Entnode *) p->data;
266 Entnode *entdata;
H A Dno_diff.c73 vers->entdata = (Entnode *) p->data;
H A Dedit.c348 base_register (finfo, ((Entnode *) node->data)->version);
527 Entnode *entdata;
536 entdata = (Entnode *) node->data;
H A Dstatus.c246 Entnode *edata;
H A Dcvs.h318 typedef struct entnode Entnode; typedef
760 Entnode *entdata;
H A Dignore.c429 && ((Entnode *) node->data)->type == ENT_SUBDIR)
H A Dimport.c573 Entnode *entdata = (Entnode *) node->data;
H A Dlog.c796 Entnode *e;
798 e = (Entnode *) p->data;
H A Dcommit.c1601 Entnode *entdata;
1603 entdata = (Entnode *) p->data;
H A Dupdate.c1152 Entnode *entdata = (Entnode*) node->data;
H A Dserver.c4167 Entnode *entnode;
4185 entnode = (Entnode *)node->data;
H A DChangeLog-9395995 (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...