Home
last modified time | relevance | path

Searched refs:is_ws_to_ws (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DSvar_DB.hh139 static bool is_ws_to_ws(SV_key key) in is_ws_to_ws() function in Svar_DB
141 READ_RECORD(key, return svar->is_ws_to_ws(); , return false; ) in is_ws_to_ws()
H A DSvar_record.hh213 bool is_ws_to_ws() const;
H A DSvar_record.cc121 Svar_record::is_ws_to_ws() const in is_ws_to_ws() function in Svar_record
H A DSymbol.cc1284 const bool ws_to_ws = Svar_DB::is_ws_to_ws(get_SV_key()); in assign_shared_variable()
1375 const bool ws_to_ws = Svar_DB::is_ws_to_ws(get_SV_key()); in resolve_shared_variable()
/dports/lang/gnu-apl/apl-1.8/src/APs/
H A DAPserver.cc768 if (allowed && svar && svar->is_ws_to_ws()) in do_signal()