Home
last modified time | relevance | path

Searched refs:ENT_FILE (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dentries.c97 if (closure != NULL && entnode->type != ENT_FILE)
239 entnode = Entnode_Create (ENT_FILE, fname, vn, ts, options, tag, date,
325 type = ENT_FILE;
416 case ENT_FILE:
H A Dfind_names.c42 if (entnode->type != ENT_FILE)
H A Dcvs.h298 ENT_FILE, ENT_SUBDIR enumerator
H A Dimport.c574 if (entdata->type == ENT_FILE)
H A Dcommit.c1604 if (entdata->type != ENT_FILE)
H A DChangeLog-961383 an int, and set it to 1 if a node is seen which is not ENT_FILE.
1401 ENT_FILE.
1426 * commit.c (findmaxrev): Skip entries that are not ENT_FILE.