Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.cpp819 return tree(gGlobal->BOXTGROUP, lbl, x); in boxTGroup()
824 return isTree(s, gGlobal->BOXTGROUP, lbl, x); in isBoxTGroup()
828 return isTree(s, gGlobal->BOXTGROUP, lbl, x); in isBoxTGroup()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh322 Sym BOXTGROUP; member
H A Dglobal.cpp330 BOXTGROUP = symbol("BoxTGroup"); in global()