Home
last modified time | relevance | path

Searched defs:ro_sv_def (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DWorkspace.cc53 #define ro_sv_def(x, str, _txt) \ in Workspace() macro
452 #define ro_sv_def(x, _str, _txt) the_workspace.v_ ## x.unmark_all_values(); in unmark_all_values() macro
480 #define ro_sv_def(x, _str, _txt) count += get_v_ ## x().show_owners(out, value); in show_owners() macro
553 #define ro_sv_def(x, _str, _txt) in clear_WS() macro
563 #define ro_sv_def(x, _str, _txt) in clear_WS() macro
894 #define ro_sv_def(x, _str, _txt) in dump_WS() macro
H A DWorkspace.hh274 #define ro_sv_def(x, _str, _txt) /** return x **/ static x & get_v_ ## x() \ macro
297 #define ro_sv_def(x, _str, _txt) /** x **/ x v_ ## x; macro
H A DTabExpansion.cc329 #define ro_sv_def(_q, str, _txt) if (max_e < strlen(str)) max_e = strlen(str); in expand_distinguished_name() macro
353 #define ro_sv_def(_q, str, _txt) { UCS_string ustr(str); \ in expand_distinguished_name() macro
H A DCommand.cc1144 #define ro_sv_def(x, _str, txt) \ in cmd_HELP() macro
1154 #define ro_sv_def(x, _str, _txt) in cmd_HELP() macro
H A DQuadFunction.cc1124 #define ro_sv_def(x, _str, _txt) \ in do_quad_NL() macro
H A DArchive.cc907 #define ro_sv_def(x, _str, _txt) save_Symbol(Workspace::get_v_ ## x()); in save() macro
/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DSystemVariableCommand.cc31 #define ro_sv_def(VAR, _str, txt) out << ID::get_name( ID_VAR ) << "\n"; in run_command() macro