Searched refs:high_water_thread (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/diff/src/
H A Ddiff3.c559 int high_water_thread;
595 high_water_thread = base_water_thread;
597 high_water_diff = current[high_water_thread];
602 using[high_water_thread]
603 = last_using[high_water_thread]
605 current[high_water_thread] = high_water_diff->next;
606 last_using[high_water_thread]->next = 0;
609 other_thread = high_water_thread ^ 0x1;
628 current[high_water_thread ^ 0x1] */
640 high_water_thread
556 int high_water_thread; local
[all...]

Completed in 165 milliseconds