Searched refs:isremoved (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/cvs/ |
H A D | entries.c | 374 char *sticky, int isdir, int isremoved, char *buf, size_t len) in cvs_ent_line_str() argument 382 name, isremoved == 1 ? "-" : "", rev, tstamp, opts, sticky); in cvs_ent_line_str()
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | update.c | 1144 static int isremoved PROTO ((Node *, void *)); 1148 isremoved (node, closure) in isremoved() function 1207 files_removed = walklist (l, isremoved, 0);
|
H A D | ChangeLog-96 | 165 * update.c: Declare isremoved. 422 * update.c (isemptydir, new function isremoved): Avoid pruning
|