Searched refs:sourcefile (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtcpinterpreter.py47 sourcefile = __file__
52 execfile(sourcefile, serverglobals, serverglobals)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtcpinterpreter.py47 sourcefile = __file__
52 execfile(sourcefile, serverglobals, serverglobals)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dtcpinterpreter.py47 sourcefile = __file__
52 execfile(sourcefile, serverglobals, serverglobals)
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/
H A Dtclxsltproc220 foreach sourcefile [lrange $argv 1 end] {
221 if {[catch {open $sourcefile} ch]} {
222 puts stderr "Unable to read source document \"sourcefile\" due to \"$ch\""
227 if {[catch {dom::libxml2::parse $xml -baseuri file://[file join [pwd] $sourcefile]} sourcedoc]} {
228 puts stderr "failed to read source XML document \"$sourcefile\""
237 puts stderr "failed to transform document \"$sourcefile\" due to \"$resultdoc\""
/macosx-10.10.1/ruby-106/ruby/
H A Deval_error.c25 const char *sourcefile = rb_sourcefile(); local
28 if (sourcefile) {
30 warn_printf("%s", sourcefile);
33 warn_printf("%s:%d:in `%s'", sourcefile, sourceline,
37 warn_printf("%s:%d", sourcefile, sourceline);
H A Dre.c784 OnigErrorInfo* einfo, const char *sourcefile, int sourceline)
794 r = onig_compile(*reg, pattern, pattern_end, einfo, sourcefile, sourceline);
805 const char *sourcefile, int sourceline)
819 enc, OnigDefaultSyntax, &einfo, sourcefile, sourceline);
2387 const char *sourcefile, int sourceline)
2437 sourcefile, sourceline);
2447 const char *sourcefile, int sourceline)
2462 options, err, sourcefile, sourceline);
2530 rb_reg_compile(VALUE str, int options, const char *sourcefile, int sourceline) argument
2536 if (rb_reg_initialize_str(re, str, options, err, sourcefile, sourcelin
782 onig_new_with_source(regex_t** reg, const UChar* pattern, const UChar* pattern_end, OnigOptionType option, OnigEncoding enc, const OnigSyntaxType* syntax, OnigErrorInfo* einfo, const char *sourcefile, int sourceline) argument
804 make_regexp(const char *s, long len, rb_encoding *enc, int flags, onig_errmsg_buffer err, const char *sourcefile, int sourceline) argument
2385 rb_reg_initialize(VALUE obj, const char *s, long len, rb_encoding *enc, int options, onig_errmsg_buffer err, const char *sourcefile, int sourceline) argument
2446 rb_reg_initialize_str(VALUE obj, VALUE str, int options, onig_errmsg_buffer err, const char *sourcefile, int sourceline) argument
[all...]
H A Dinternal.h265 VALUE rb_reg_compile(VALUE str, int options, const char *sourcefile, int sourceline);
H A Dregparse.h319 const char* sourcefile; member in struct:__anon12291
H A Dregint.h868 extern int onig_compile P_((regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigErrorInfo* einfo, const char *sourcefile, int sourceline));
H A Dregcomp.c5672 OnigErrorInfo* einfo, const char *sourcefile, int sourceline)
5686 scan_env.sourcefile = sourcefile;
5671 onig_compile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigErrorInfo* einfo, const char *sourcefile, int sourceline) argument
H A Dregparse.c2903 if (env->sourcefile == NULL)
2906 rb_compile_warn(env->sourcefile, env->sourceline, "%s", (char *)buf);
/macosx-10.10.1/apache-793/httpd/build/
H A Ddefault.pl247 if ($c->sourcefile()) {
249 >><td>$(c.sourcefile)</td></tr><<
/macosx-10.10.1/xar-254/xar/include/
H A Dxar.h.in152 xar_file_t xar_add_from_archive(xar_t x, xar_file_t parent, const char *name, xar_t sourcearchive, xar_file_t sourcefile);
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dbcsh.sh329 if test -s "${sourcefile-$HOME/.bcshrc}"
331 . ${sourcefile-$HOME/.bcshrc}
/macosx-10.10.1/xar-254/xar/lib/
H A Darchive.c1209 xar_file_t xar_add_from_archive(xar_t x, xar_file_t parent, const char *name, xar_t sourcearchive, xar_file_t sourcefile) argument
1214 ret = xar_file_replicate(sourcefile, parent);
1245 if( 0 != xar_attrcopy_from_heap_to_heap(sourcearchive, sourcefile, p, x, ret)){
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/
H A Dsak.tcl1330 proc ::dsrs::Input {sourcefile} {
1334 variable input $sourcefile
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/
H A Dsak.tcl1330 proc ::dsrs::Input {sourcefile} {
1334 variable input $sourcefile
/macosx-10.10.1/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm92 my $data_source = $prefs->{'sourcefile'};
106 sourcefile => 'mydata.txt',

Completed in 611 milliseconds