Home
last modified time | relevance | path

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

/dports/audio/gsequencer/gsequencer-3.10.4/ags/lib/
H A Dags_math_util.c321 GMatchInfo *function_match_info; in ags_math_util_find_function_parenthesis() local
400 g_match_info_next(function_match_info, in ags_math_util_find_function_parenthesis()
449 g_match_info_next(function_match_info, in ags_math_util_find_function_parenthesis()
2026 GMatchInfo *function_match_info; in ags_math_util_find_function() local
2074 g_match_info_free(function_match_info); in ags_math_util_find_function()
2092 GMatchInfo *function_match_info; in ags_math_util_find_symbol() local
2203 g_match_info_next(function_match_info, in ags_math_util_find_symbol()
2207 g_match_info_free(function_match_info); in ags_math_util_find_symbol()
2258 GMatchInfo *function_match_info; in ags_math_util_find_symbol_all() local
2407 g_match_info_next(function_match_info, in ags_math_util_find_symbol_all()
[all …]
H A Dags_solver_polynomial.c793 GMatchInfo *function_match_info; in ags_solver_polynomial_parse() local
864 g_regex_match(function_regex, polynomial, 0, &function_match_info); in ags_solver_polynomial_parse()
866 if(g_match_info_matches(function_match_info)){ in ags_solver_polynomial_parse()