Searched refs:entnode (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | entries.c | 17 static Node *AddEntryNode PROTO((List * list, Entnode *entnode)); 93 Entnode *entnode; local 95 entnode = (Entnode *) node->data; 97 if (closure != NULL && entnode->type != ENT_FILE) 100 if (fputentent(entfile, entnode)) 220 Entnode *entnode; local 239 entnode = Entnode_Create (ENT_FILE, fname, vn, ts, options, tag, date, 241 node = AddEntryNode (list, entnode); 841 Entnode *entnode; local 845 entnode = Entnode_Create (ENT_SUBDIR, dir, "", "", "", [all …]
|
| H A D | find_names.c | 38 Entnode *entnode; local 41 entnode = (Entnode *) node->data; 42 if (entnode->type != ENT_FILE) 132 Entnode *entnode; local 135 entnode = (Entnode *) p->data; 136 if (entnode->type != ENT_SUBDIR) 141 dnode->key = xstrdup (entnode->user);
|
| H A D | cvs.h | 302 struct entnode struct 318 typedef struct entnode Entnode; argument
|
| H A D | server.c | 4167 Entnode *entnode; local 4185 entnode = (Entnode *)node->data; 4186 free (entnode->timestamp); 4187 entnode->timestamp = xstrdup ("=");
|
| H A D | ChangeLog-9395 | 992 * cvs.h (struct entnode): Add user field. 1970 * hash.h (struct entnode, Entnode): moved from here...
|
| H A D | ChangeLog-97 | 382 * cvs.h (struct entnode): Add comment (options and timestamp must
|
| H A D | ChangeLog-96 | 1374 (struct entnode): Add type field.
|