Searched refs:BOXFCONST (Results 1 – 3 of 3) sorted by relevance
/dports/audio/faust/faust-2.37.3/compiler/boxes/ |
H A D | boxes.cpp | 659 return tree(gGlobal->BOXFCONST, type, name, file); in boxFConst() 664 return isTree(s, gGlobal->BOXFCONST, t, n, f); in isBoxFConst() 668 return isTree(s, gGlobal->BOXFCONST, type, name, file); in isBoxFConst()
|
/dports/audio/faust/faust-2.37.3/compiler/ |
H A D | global.hh | 313 Sym BOXFCONST; member
|
H A D | global.cpp | 321 BOXFCONST = symbol("BoxFConst"); in global()
|