Searched refs:function_table (Results 1 – 2 of 2) sorted by relevance
309 my ($function, %function_table, %parametertypes, $declaration_purpose);415 $function_table{$function} = 1;419 $function_table{$function} = 1;422 %function_table = ();425 %function_table = ();515 defined($function_table{$name})) ||517 !defined($function_table{$name})))1028 defined($function_table{$name})) ||1031 !($functype eq "function" && defined($function_table{$name}))))1210 if (defined($function_table{$name})) {[all …]
190 static const struct function function_table[] = { variable207 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()208 f = &function_table[i]; in function_expand()