Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dppbox.hh46 const char *prim3name(CTree *(*ptr)(CTree *, CTree *, CTree *));
H A Dppbox.cpp79 const char* prim3name(CTree *(*ptr)(CTree *, CTree *, CTree *)) in prim3name() function
176 fout << prim3name(p3); in print()
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp443 return makeBlockSchema(3, 1, prim3name(p3), normalcolor, ""); in generateInsideSchema()