Home
last modified time | relevance | path

Searched refs:Entnode_Create (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dentries.c30 static Entnode *Entnode_Create PROTO ((enum ent_type, const char *,
36 Entnode_Create(type, user, vn, ts, options, tag, date, ts_conflict) in Entnode_Create() function
239 entnode = Entnode_Create (ENT_FILE, fname, vn, ts, options, tag, date,
397 ent = Entnode_Create (type, user, vn, ts, options, tag, date,
845 entnode = Entnode_Create (ENT_SUBDIR, dir, "", "", "",
DChangeLog-96576 (Entnode_Create, Entnode_Destroy), hash.c (nodetypestring),
1380 * entries.c (Entnode_Create): Add type parameter. Change all
DChangeLog-9395995 (Entnode_Create): New function, construct new Entnode.