Home
last modified time | relevance | path

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

/dports/audio/gsequencer/gsequencer-3.10.4/ags/lib/
H A Dags_math_util.h68 guint *term_open_position_count, guint *term_close_position_count);
H A Dags_math_util.c485 guint *term_open_position_count, guint *term_close_position_count) in ags_math_util_find_term_parenthesis() argument
511 if(term_close_position_count != NULL){ in ags_math_util_find_term_parenthesis()
512 term_close_position_count[0] = 0; in ags_math_util_find_term_parenthesis()
606 if(term_close_position_count != NULL){ in ags_math_util_find_term_parenthesis()
607 term_close_position_count[0] = term_close_pos_count; in ags_math_util_find_term_parenthesis()