Lines Matching refs:functions
27 # and functions from a diff.
38 # List functions that have been removed too.
205 # Find all the functions in the file.
210 # Find all the modified functions.
211 my @functions;
230 push @functions, $function_range[2];
237 # Format the list of functions now.
239 if (@functions) {
241 $function_lists{$file} .= "\n (" . join("):\n (", @functions) . "):";
508 # Read a file and get all the line ranges of the things that look like C functions.
987 # JavaScript functions.
991 # inside other functions.