Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dwrapper.c57 static int wrap_count=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()
282 while(wrap_count) in wrap_kill()
283 wrap_free_entry(wrap_list[--wrap_count]); in wrap_kill()
289 WrapperEntry **temps=wrap_list+wrap_count; in wrap_kill_temp()
325 wrap_count=wrap_saved_count; in wrap_restore_saved()
454 if (wrap_count + wrap_tempcount >= wrap_size) 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 …]
DChangeLog-97290 * wrapper.c (wrap_name_has): loop as far as wrap_count +
291 wrap_temp_count, not wrap_count + wrap_saved_count, otherwise