Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dwrapper.c58 static int wrap_tempcount=0; variable
159 for (i = 0; i < wrap_count + wrap_tempcount; ++i) in wrap_send()
208 if (i >= wrap_count + wrap_tempcount) { in wrap_unparse_rcs_options()
291 while(wrap_tempcount) in wrap_kill_temp()
292 wrap_free_entry(temps[--wrap_tempcount]); in wrap_kill_temp()
326 wrap_tempcount=wrap_saved_tempcount; in wrap_restore_saved()
454 if (wrap_count + wrap_tempcount >= wrap_size) in wrap_add_entry()
460 if (!temp && wrap_tempcount) in wrap_add_entry()
462 for (x = wrap_count + wrap_tempcount - 1; x >= wrap_count; --x) in wrap_add_entry()
466 x = (temp ? wrap_count + (wrap_tempcount++) : (wrap_count++)); in wrap_add_entry()
[all …]