Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.cpp659 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 Dglobal.hh313 Sym BOXFCONST; member
H A Dglobal.cpp321 BOXFCONST = symbol("BoxFConst"); in global()