Home
last modified time | relevance | path

Searched refs:entnode (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dentries.c24 static Node *AddEntryNode (List * list, Entnode *entnode);
88 Entnode *entnode = node->data; in write_ent_proc() local
90 if (closure != NULL && entnode->type != ENT_FILE) in write_ent_proc()
93 if (fputentent (entfile, entnode)) in write_ent_proc()
206 Entnode *entnode; in Register() local
221 entnode = Entnode_Create (ENT_FILE, fname, vn, ts, options, tag, date, in Register()
223 node = AddEntryNode (list, entnode); in Register()
825 Entnode *entnode; in subdir_record() local
830 entnode = Entnode_Create (ENT_SUBDIR, dir, "", "", "", in subdir_record()
852 return entnode; in subdir_record()
[all …]
H A Dfind_names.c45 Entnode *entnode = node->data; in add_entries_proc() local
47 if (entnode->type != ENT_FILE) in add_entries_proc()
131 Entnode *entnode = p->data; in add_subdir_proc() local
134 if (entnode->type != ENT_SUBDIR) in add_subdir_proc()
139 dnode->key = xstrdup (entnode->user); in add_subdir_proc()
H A Dcvs.h305 struct entnode struct
321 typedef struct entnode Entnode; argument
H A Dserver.c5082 Entnode *entnode; in server_updated() local
5100 entnode = node->data; in server_updated()
5101 free (entnode->timestamp); in server_updated()
5102 entnode->timestamp = xstrdup ("="); in server_updated()
H A DChangeLog-9395992 * cvs.h (struct entnode): Add user field.
1970 * hash.h (struct entnode, Entnode): moved from here...
H A DChangeLog-97382 * cvs.h (struct entnode): Add comment (options and timestamp must
H A DChangeLog-961374 (struct entnode): Add type field.