Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Dwrapper.c58 static int wrap_tempcount=0; variable
168 for (i = 0; i < wrap_count + wrap_tempcount; ++i) in wrap_send()
219 for (; i < wrap_count + wrap_tempcount; ++i)
320 while(wrap_tempcount) in wrap_kill_temp()
321 wrap_free_entry(temps[--wrap_tempcount]); in wrap_kill_temp()
357 wrap_tempcount=wrap_saved_tempcount; in wrap_restore_saved()
484 if(wrap_count+wrap_tempcount>=wrap_size){
491 if(!temp && wrap_tempcount){
492 for(x=wrap_count+wrap_tempcount-1;x>=wrap_count;--x)
496 x=(temp ? wrap_count+(wrap_tempcount++):(wrap_count++));
[all …]