Home
last modified time | relevance | path

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

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dsym.c348 case SCOPE_SPECIAL: return "special variable"; in _gst_get_scope_kind()
958 fill_symbol_entry (se, SCOPE_SPECIAL, true, symbol, RECEIVER_INDEX, in _gst_find_variable()
964 fill_symbol_entry (se, SCOPE_SPECIAL, true, symbol, TRUE_INDEX, 0); in _gst_find_variable()
969 fill_symbol_entry (se, SCOPE_SPECIAL, true, symbol, FALSE_INDEX, in _gst_find_variable()
975 fill_symbol_entry (se, SCOPE_SPECIAL, true, symbol, NIL_INDEX, 0); in _gst_find_variable()
980 fill_symbol_entry (se, SCOPE_SPECIAL, true, symbol, in _gst_find_variable()
1103 case SCOPE_SPECIAL: in _gst_print_symbol_entry()
H A Dsym.h65 SCOPE_SPECIAL enumerator
H A Dcomp.c1031 if (variable.scope == SCOPE_SPECIAL) in compile_variable()