Home
last modified time | relevance | path

Searched refs:oopVal (Results 1 – 3 of 3) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dtree.c360 result->v_const.val.oopVal = oval; in _gst_make_oop_constant()
387 result->v_const.val.oopVal = symbolNode->v_expr.selector; in _gst_make_symbol_constant()
389 result->v_const.val.oopVal = _gst_nil_oop; in _gst_make_symbol_constant()
756 printf ("oop: %O\n", node->v_const.val.oopVal); in print_const_node()
784 OOP messageOOP = value->v_const.val.oopVal; in print_attribute_list_node()
H A Dtree.h162 OOP oopVal; member
H A Dcomp.c2109 if (oop == constExpr->v_const.val.oopVal) in equal_constant()
2256 return (constExpr->v_const.val.oopVal); in _gst_make_constant_oop()
2424 OOP messageOOP = value->v_const.val.oopVal; in process_attributes_tree()