Lines Matching defs:ti
748 traverse_info *ti = (traverse_info*) tichar;
750 if (ti->version->earlier_than(j->get_version())) {
753 if (ti->head == NULL)
754 ti->head = j;
756 ti->tail->setnextptr(j); // make last entry point to j
758 ti->tail = j; // make j new last entry
770 struct traverse_info ti;
773 ti.version = v;
774 ti.head = ti.tail = NULL;
776 count = f.execute_on_log(&(entry_since), (char *) &ti, FALSE);
798 currentry = ti.head;
799 for (i = 0, currentry = ti.head;