Lines Matching refs:c0
486 c0 = new_node( new_token 101 )
487 r0.add_child c0
495 c0.parent.should == r0
496 c0.child_index.should == 0
507 c0 = new_node( new_token 101 )
508 r0.add_child c0
518 c0.parent.should == root
519 c0.child_index.should == 0
531 c0 = new_node( new_token 101 )
532 r0.add_child c0
543 c0.parent.should == root
544 c0.child_index.should == 1
637 c0 = new_node( new_token 99, :text => 'b' )
638 t.add_child(c0)