Lines Matching defs:intersection
11568 * this is the current intersection of the possiblities. */
11569 SCX_enum * intersection = NULL;
11747 if (intersection) {
11748 search_in = intersection;
11786 * intersection is empty, then this character isn't in this script
11787 * run. Otherwise, we need to calculate the intersection to use
11799 if (intersection) {
11800 search_run = intersection;
11816 * the complete intersection, for the next loop
11820 * for the intersection list for the worst case of the
11821 * intersection, which is the minimum of the number of
11841 * Otherwise, use the intersection going forward */
11842 Safefree(intersection);
11843 intersection = NULL;
11850 intersection = new_overlap;
11861 * several scripts, and the intersection is not empty. However, if the
11909 Safefree(intersection);