Home
last modified time | relevance | path

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

/scripts/
Dkernel-doc172 my ($function, %function_table, %parametertypes, $declaration_purpose);
303 $function_table{$function} = 1;
309 %function_table = ();
312 %function_table = ();
489 defined($function_table{$name})))
1048 defined($function_table{$name})) ||
1050 !($functype eq "function" && defined($function_table{$name}))))
1263 if (defined($function_table{$name})) {
1270 if (!($functype eq "function" && defined($function_table{$name}))) {
1277 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()