Home
last modified time | relevance | path

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

/scripts/
Dkernel-doc322 my ($function, %function_table, %parametertypes, $declaration_purpose);
442 $function_table{$function} = 1;
448 %function_table = ();
451 %function_table = ();
607 defined($function_table{$name})))
1165 defined($function_table{$name})) ||
1167 !($functype eq "function" && defined($function_table{$name}))))
1360 if (defined($function_table{$name})) {
1367 if (!($functype eq "function" && defined($function_table{$name}))) {
1374 if (defined($function_table{$name})) {
[all …]
/scripts/kconfig/
Dpreprocess.c190 static const struct function function_table[] = { variable
207 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()
208 f = &function_table[i]; in function_expand()