Lines Matching refs:recstart
90 (BYTES + CE_SIZE + currlen + (ipnt - recstart) > reclimit ? 1 : 0)
99 static int recstart = 0; variable
126 if(recstart) in add_CE_entry()
127 set_733((char*)Rock + recstart - 8, ipnt + 28 - recstart); in add_CE_entry()
138 recstart = ipnt; in add_CE_entry()
165 mainrec = recstart = ipnt = 0;
240 if(use + currlen + CE_SIZE + (ipnt - recstart) > reclimit) {
241 use = reclimit - currlen - CE_SIZE - (ipnt - recstart);
425 if(j1 + currlen + CE_SIZE + (ipnt - recstart) > reclimit) {
426 j1 = reclimit - currlen - CE_SIZE - (ipnt - recstart);
607 if(recstart)
608 set_733((char*)Rock + recstart - 8, ipnt - recstart);