Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dtf.c73 typedef int (*tf_func_ptr_t)(ddb_tf_context_t *ctx, int argc, const char *arglens, const char *args… typedef
79 tf_func_ptr_t func;
1417 tf_func_ptr_t func = tf_funcs[*code].func; in tf_eval_int()