Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_yacc.y1014 static NodeType *gsl_append(NodeType *curNode) { in gsl_append() function
1268 gsl_code: gsl_code instruction { gsl_append($2); }
1319 function_intro: '<' task_name '>' return_type '\n' { gsl_append(new_function_intro($2));
1321 | '<' task_name ':' arglist '>' return_type '\n' { gsl_append(new_function_intro($2));
1324 function_outro: { gsl_append(new_function_outro()); } ;