Home
last modified time | relevance | path

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

/scripts/lib/kdoc/
A Dkdoc_files.py256 function_table = set()
263 function_table |= self.export_table[f]
267 function_table.add(s)
270 function_table, enable_lineno,
A Dkdoc_output.py72 self.function_table = None
85 def set_filter(self, export, internal, symbol, nosymbol, function_table, argument
97 self.function_table = function_table
144 if name in self.function_table:
164 if name in self.function_table:
172 if name not in self.function_table:
/scripts/
A Dkernel-doc.pl176 my ($function, %function_table, %parametertypes, $declaration_purpose);
312 $function_table{$function} = 1;
318 %function_table = ();
321 %function_table = ();
450 defined($function_table{$name})))
1011 defined($function_table{$name})) ||
1232 if (defined($function_table{$name})) {
1246 if (defined($function_table{$name})) {
1942 $function_table{$2} = 1;
1946 $function_table{$2} = 1;
[all …]
/scripts/kconfig/
A Dpreprocess.c194 static const struct function function_table[] = { variable
211 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()
212 f = &function_table[i]; in function_expand()

Completed in 7 milliseconds