Lines Matching refs:snp2
221 struct _struct_n_pointer snp0, snp1, snp2; in do_children_tests() local
286 snp0.ptrs[2] = &snp2; in do_children_tests()
292 snp1.ptrs[2] = &snp2; in do_children_tests()
293 snp1.next = &snp2; in do_children_tests()
294 snp2.char_ptr = &c3; in do_children_tests()
295 snp2.long_ptr = &x3; in do_children_tests()
296 snp2.ptrs[0] = &snp0; in do_children_tests()
297 snp2.ptrs[1] = &snp1; in do_children_tests()
298 snp2.ptrs[2] = &snp2; in do_children_tests()
299 snp2.next = 0x0; in do_children_tests()
303 snp2.char_ptr = &a3; in do_children_tests()
306 snp2.long_ptr = &z3; in do_children_tests()