Lines Matching refs:wrap_count
57 static int wrap_count=0; variable
168 for (i = 0; i < wrap_count + wrap_tempcount; ++i) in wrap_send()
219 for (; i < wrap_count + wrap_tempcount; ++i)
311 while(wrap_count) in wrap_kill()
312 wrap_free_entry(wrap_list[--wrap_count]); in wrap_kill()
318 WrapperEntry **temps=wrap_list+wrap_count; in wrap_kill_temp()
356 wrap_count=wrap_saved_count; in wrap_restore_saved()
484 if(wrap_count+wrap_tempcount>=wrap_size){
492 for(x=wrap_count+wrap_tempcount-1;x>=wrap_count;--x)
496 x=(temp ? wrap_count+(wrap_tempcount++):(wrap_count++));
511 int x,count=wrap_count+wrap_tempcount;
543 int x,count=wrap_count+wrap_tempcount;