Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/rup/
Drup.c99 int rup_data_max = 0; variable
133 if (rup_data_idx >= rup_data_max) { in remember_rup_data()
137 newsize = rup_data_max + 16; in remember_rup_data()
144 rup_data_max = newsize; in remember_rup_data()