Searched refs:entnode (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | entries.c | 22 static Node *AddEntryNode (List * list, Entnode *entnode); 86 Entnode *entnode = node->data; in write_ent_proc() local 88 if (closure != NULL && entnode->type != ENT_FILE) in write_ent_proc() 91 if (fputentent (entfile, entnode)) in write_ent_proc() 204 Entnode *entnode; in Register() local 219 entnode = Entnode_Create (ENT_FILE, fname, vn, ts, options, tag, date, in Register() 221 node = AddEntryNode (list, entnode); in Register() 823 Entnode *entnode; in subdir_record() local 827 entnode = Entnode_Create (ENT_SUBDIR, dir, "", "", "", in subdir_record() 849 return entnode; in subdir_record() [all …]
|
H A D | find_names.c | 43 Entnode *entnode = node->data; in add_entries_proc() local 45 if (entnode->type != ENT_FILE) in add_entries_proc() 129 Entnode *entnode = p->data; in add_subdir_proc() local 132 if (entnode->type != ENT_SUBDIR) in add_subdir_proc() 137 dnode->key = xstrdup (entnode->user); in add_subdir_proc()
|
H A D | cvs.h | 297 struct entnode struct 313 typedef struct entnode Entnode; argument
|
H A D | server.c | 5057 Entnode *entnode; in server_updated() local 5075 entnode = node->data; in server_updated() 5076 free (entnode->timestamp); in server_updated() 5077 entnode->timestamp = xstrdup ("="); in server_updated()
|