OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcfile
(Results
1 - 4
of
4
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runrc.cmd
57
rcfile
= stream(dir || name, 'c', 'query exists')
58
if
rcfile
\= '' then interpret 'call "' ||
rcfile
|| '"'
/external/webkit/Tools/Scripts/
bisect-builds
294
my $
rcfile
= File::Spec->catdir($ENV{HOME}, ".bisect-buildsrc");
295
return if !-f $
rcfile
;
297
my $result = do $
rcfile
;
298
die "Could not parse $
rcfile
: $@" if $@;
/external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh
58
pylint --
rcfile
=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
/external/qemu-pc-bios/bochs/
bochs.h
126
int bx_read_configuration(const char *
rcfile
);
127
int bx_write_configuration(const char *
rcfile
, int overwrite);
Completed in 480 milliseconds