Searched refs:wrap_count (Results 1 – 2 of 2) sorted by relevance
57 static int wrap_count=0; variable159 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 …]
290 * wrapper.c (wrap_name_has): loop as far as wrap_count +291 wrap_temp_count, not wrap_count + wrap_saved_count, otherwise