Searched refs:function_table (Results 1 – 4 of 4) sorted by relevance
/scripts/lib/kdoc/ |
A D | kdoc_files.py | 256 function_table = set() 263 function_table |= self.export_table[f] 267 function_table.add(s) 270 function_table, enable_lineno,
|
A D | kdoc_output.py | 72 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 D | kernel-doc.pl | 176 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 D | preprocess.c | 194 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