Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dwrapper.c55 static int wrap_count=0; variable
157 for (i = 0; i < wrap_count + wrap_tempcount; ++i) in wrap_send()
206 if (i >= wrap_count + wrap_tempcount) { in wrap_unparse_rcs_options()
280 while(wrap_count) in wrap_kill()
281 wrap_free_entry(wrap_list[--wrap_count]); in wrap_kill()
287 WrapperEntry **temps=wrap_list+wrap_count; in wrap_kill_temp()
323 wrap_count=wrap_saved_count; in wrap_restore_saved()
452 if (wrap_count + wrap_tempcount >= wrap_size) in wrap_add_entry()
460 for (x = wrap_count + wrap_tempcount - 1; x >= wrap_count; --x) in wrap_add_entry()
464 x = (temp ? wrap_count + (wrap_tempcount++) : (wrap_count++)); in wrap_add_entry()
[all …]