| HD | rcsbase.h | 353 struct hshentry { struct 364 struct hshentry * next; /* next revision on same branch */ argument 365 struct hshentry * nexthsh; /* next revision with same hash value */ argument 374 struct hshentry *first; argument 379 struct hshentry * hsh; 392 struct hshentry * delta; 458 int addlock P((struct hshentry*,int)); 464 int expandline P((RILE*,FILE*,struct hshentry const*,int,FILE*,int)); 465 int findlock P((int,struct hshentry**)); 472 void finishedit P((struct hshentry const*,FILE*,int)); [all …]
|