Home
last modified time | relevance | path

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

/dports/lang/gnu-apl/apl-1.8/src/
H A DWorkspace.hh221 static void save_WS(ostream & out, LibRef lib, const UCS_string & wsname,
H A DCommand.cc711 Workspace::save_WS(out, LIB0, wsname, true); // )SAVE in cmd_CONTINUE()
1788 Workspace::save_WS(out, lib, wsname, false); in cmd_SAVE()
1813 Workspace::save_WS(out, wsid_lib, wsid_name, true); in cmd_SAVE()
H A DWorkspace.cc601 Workspace::save_WS(ostream & out, LibRef libref, const UCS_string & wsname, in save_WS() function in Workspace