Lines Matching full:size
29 register int i, size;
32 for (size=0; info->rqt_tables[size] != (ssrt *)NULL; size++)
34 /* size == C subscript of NULL == #elements */
35 size += 2; /* new element, and NULL */
37 (unsigned)size*sizeof(ssrt));
42 if (position > size - 2)
43 position = size - 2;
45 if (size > 1)
46 for (i = size - 2; i >= position; i--)
50 info->rqt_tables[size-1] = (ssrt *)NULL;