Searched refs:variable2 (Results 1 – 2 of 2) sorted by relevance
52 def both_contain(variable1, variable2, checkvalue, d): argument54 val2 = d.getVar(variable2)66 def set_intersect(variable1, variable2, d): argument78 val2 = set(d.getVar(variable2).split())
323 static struct foo variable2;328 initialize_foo(&variable2);329 rcu_assign_pointer(gp, &variable2);345 return p->b; /* Must be variable2.b. */349 possible values of "gp" are "variable1" on the one hand and "variable2"