Searched refs:snp2 (Results 1 – 1 of 1) sorted by relevance
200 struct _struct_n_pointer snp0, snp1, snp2; in do_children_tests() local260 snp0.ptrs[2] = &snp2; in do_children_tests()266 snp1.ptrs[2] = &snp2; in do_children_tests()267 snp1.next = &snp2; in do_children_tests()268 snp2.char_ptr = &c3; in do_children_tests()269 snp2.long_ptr = &x3; in do_children_tests()270 snp2.ptrs[0] = &snp0; in do_children_tests()271 snp2.ptrs[1] = &snp1; in do_children_tests()272 snp2.ptrs[2] = &snp2; in do_children_tests()273 snp2.next = 0x0; in do_children_tests()[all …]