Home
last modified time | relevance | path

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

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dsym.h152 extern OOP _gst_to_do_symbol ATTRIBUTE_HIDDEN;
H A Dsym.c155 OOP _gst_to_do_symbol = NULL; variable
320 {&_gst_to_do_symbol, "to:do:"},
H A Dcomp.c1400 else if (selector == _gst_to_do_symbol) in compile_keyword_expr()