Home | History | Annotate | Download | only in Scripts

Lines Matching refs:SOURCE

42 #   Handle yacc source files too (other languages?).
206 # For each source file, convert line range to function list.
208 print STDERR " Extracting affected function names from source files.\n";
210 # Only look for function names in certain source files.
214 open SOURCE, $file or next;
215 my @function_ranges = get_function_line_ranges(\*SOURCE, $file);
216 close SOURCE;
328 } elsif ($prefixDir eq "Source/WebCore") {