Home
last modified time | relevance | path

Searched refs:sf_def (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DSystemVariable.def58 #ifdef sf_def
59 sf_def(Quad_AF, "AF", "Atomic Function" )
60 sf_def(Quad_AT, "AT", "Attributes" )
61 sf_def(Quad_CR, "CR", "Character Representation" )
62 sf_def(Quad_DL, "DL", "Delay" )
63 sf_def(Quad_DLX, "DLX", "D. Knuth's Dancing Links" )
64 sf_def(Quad_EA, "EA", "Execute Alternate" )
65 sf_def(Quad_EB, "EB", "Execute Both" )
66 sf_def(Quad_EC, "EC", "Execute Controlled" )
67 sf_def(Quad_ENV, "ENV", "ENvironment Variables" )
[all …]
H A DTabExpansion.cc331 #define sf_def(_q, str, _txt) if (max_e < strlen(str)) max_e = strlen(str); in expand_distinguished_name() macro
359 #define sf_def(_q, str, _txt) { UCS_string ustr(str); \ in expand_distinguished_name() macro
H A DWorkspace.cc59 #define sf_def(x, str, _txt) \ in Workspace() macro
H A DQuadFunction.cc1134 #define sf_def(x, _str, _txt) \ in do_quad_NL() macro
H A DCommand.cc1156 #define sf_def(_q, str, txt) \ in cmd_HELP() macro
/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DSystemVariableCommand.cc33 #define sf_def(FUN, _str, txt) out << ID::get_name( ID_FUN ) << "\n"; in run_command() macro
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Didents.h69 SubFunction *sf_def = nullptr; // Where it is defined, including anonymous functions. member
457 if (anonymous_arg && existing_ident && existing_ident->cursid->sf_def == sf) in LookupDef()
714 sid->sf_def = sf;
839 …for (auto i : identtable) identoffsets.push_back(i->Serialize(fbb, i->cursid->sf_def == toplevel)); in Serialize()
H A Doptimizer.h157 arg.sid->sf_def = opt.cursf; in Optimize()
H A Dtypecheck.h1505 if (sid.sf_def == sf) in CheckFreeVariable()
2309 for (auto &sc : reverse(tc.scopes)) if (sc.sf == sid->sf_def) goto in_scope; in TypeCheck()
2639 ir->sid->sf_def == sf && in TypeCheck()