Home
last modified time | relevance | path

Searched refs:hrec (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c197 static struct hrec struct
213 static void fill_hrec (char *line, struct hrec * hr); argument
214 static int accept_hrec (struct hrec * hr, struct hrec * lr);
215 static int select_hrec (struct hrec * hr);
262 static struct hrec *last_since_tag;
263 static struct hrec *last_backto;
332 const struct hrec *left = l; in sort_order()
333 const struct hrec *right = r; in sort_order()
748 qsort (hrec_head, hrec_count, sizeof (struct hrec), sort_order); in history()
1053 fill_hrec (char *line, struct hrec *hr) in fill_hrec()
[all …]
H A DChangeLog9757 * history.c: Change hrec.idx from int to long, reformat NEXT_BAR