Home
last modified time | relevance | path

Searched refs:boxButton (Results 1 – 8 of 8) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dlibfaust-box.h459 Box boxButton(const std::string& label);
/dports/audio/faust/faust-2.37.3/tools/benchmark/
H A Dbox-tester.cpp568 Box gate = boxButton("gate"); in test24()
/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.hh272 EXPORT Tree boxButton(Tree label);
H A Dboxes.cpp689 EXPORT Tree boxButton(Tree lbl) in boxButton() function
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp2894 EXPORT Tree boxButton(const std::string& label) in boxButton() function
2896 return boxButton(tree(label)); in boxButton()
2901 return boxButton(tree(label)); in boxCheckbox()
3504 return boxButton(label); in CboxButton()
3509 return boxButton(label); in CboxCheckbox()
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.y663 button : BUTTON LPAR uqstring RPAR { $$ = boxButton($3); }
H A Dfaustparser.cpp3159 { (yyval.exp) = boxButton((yyvsp[(3) - (4)].exp)); ;}
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp453 return boxButton(tree(l2.c_str())); in realeval()