Home
last modified time | relevance | path

Searched refs:apl_function (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DCommand.hh84 UCS_string apl_function; ///< APL function implementing the command member
H A DCommand.cc1134 out << Workspace::get_user_commands()[u].apl_function in cmd_HELP()
1758 const UCS_string fold = Workspace::get_user_commands()[u].apl_function; in check_redefinition()
1859 out << Workspace::get_user_commands()[u].apl_function << " B" in cmd_USERCMD()
2024 apl_cmd.append(Workspace::get_user_commands()[uidx].apl_function); in do_USERCMD()
H A DWorkspace.cc921 << " " << cmds[c].apl_function in dump_commands()
H A DArchive.cc505 << "\" fun=\"" << ucmd.apl_function << "\"/>" << endl; in save_user_commands()