Lines Matching refs:znode
550 set $znode = $arg0
551 if $znode->op_type == 1
554 if $znode->op_type == 2
557 if $znode->op_type == 4
560 if $znode->op_type == 8
564 printf "[%p] %s", $znode, $optype
566 if $znode->op_type == 1
568 ____printzv &$znode->u.constant 0
570 if $znode->op_type == 2
572 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
575 if $znode->op_type == 4
577 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
580 if $znode->op_type == 8
586 print type and content of znode.