Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrObject.h171 extern PyrSymbol *s_list, *s_method, *s_fundef, *s_frame, *s_class;
H A DPyrObject.cpp112 PyrSymbol *s_list, *s_method, *s_fundef, *s_frame, *s_class; variable
197 s_fundef = getsym("FunctionDef"); in initSymbols()
1626 class_fundef = makeIntrinsicClass(s_fundef, s_object, 10, 0); in initClasses()
1641 class_method = makeIntrinsicClass(s_method, s_fundef, 5, 0); in initClasses()
H A DPyrParseNode.cpp4312 gSpecialClasses[op_class_fundef] = s_fundef; in initSpecialClasses()