Home
last modified time | relevance | path

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

/netbsd/external/gpl2/xcvs/dist/src/
H A Dentries.c88 Entnode *entnode = node->data; in write_ent_proc() local
93 if (fputentent (entfile, entnode)) in write_ent_proc()
206 Entnode *entnode; in Register() local
825 Entnode *entnode; in subdir_record() local
852 return entnode; in subdir_record()
862 return entnode; in subdir_record()
885 return entnode; in subdir_record()
898 Entnode *entnode; in Subdir_Register() local
910 Entnode_Destroy (entnode); in Subdir_Register()
923 Entnode *entnode; in Subdir_Deregister() local
[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.