Home | History | Annotate | Download | only in intltest

Lines Matching full:var2

1497     Variable var2(&tab, "y");
1498 // tab.put(var2, value); // TOFIX: point alias/recursion problem
1500 tab.put(var2, value2);
1508 pass = pass && strcmp(var2.next(), value2->next()) == 0;