Home
last modified time | relevance | path

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

/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddebrebuild.pl556 sub get_sources_list() { subroutine
567 print FH (join "\n", get_sources_list) . "\n";
951 print(join "\n", get_sources_list);
1007 print FH (join "\n", get_sources_list) . "\n";
1080 foreach my $line (get_sources_list) {
1182 (join "\n", get_sources_list) . "\n"
/dports/www/g-cows/g-cows-1.12/src/
H A Dcows-mkgen.C99 opts->create_src_file (tree->get_sources_list ()); in main()
H A Dlanguage.H205 string get_sources_list ();
H A Dlanguage.C281 Deps_tree::get_sources_list () in get_sources_list() function