Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tnf/tnfdump/
H A Dtable.c40 static int table_cur = 0; /* current size of table */ variable
87 if (table_cur >= table_size) { in table_insert()
91 table_start[table_cur++] = *element; in table_insert()
103 qsort(table_start, table_cur, sizeof (struct entry), &timecompare); in table_sort()
111 for (i = 0; i < table_cur; i++) { in table_print()
119 if (n < table_cur) in table_get_entry_indexed()