Home | History | Annotate | Download | only in Scripts

Lines Matching refs:functions

27 # and functions from a diff.
38 # List functions that have been removed too.
213 # Find all the functions in the file.
218 # Find all the modified functions.
219 my @functions;
238 push @functions, $function_range[2];
245 # Format the list of functions now.
247 if (@functions) {
249 $function_lists{$file} .= "\n (" . join("):\n (", @functions) . "):";
535 # Read a file and get all the line ranges of the things that look like C functions.
1014 # JavaScript functions.
1018 # inside other functions.