Searched refs:outstream (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm54 my ($self, $template, $vars, $outstream, @opts) = @_;
69 $outstream ||= $self->{ OUTPUT };
70 unless (ref $outstream) {
72 $outstream = "$outpath/$outstream" if $outpath;
77 if ($error = &_output($outstream, \$output, $options));
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm54 my ($self, $template, $vars, $outstream, @opts) = @_;
69 $outstream ||= $self->{ OUTPUT };
70 unless (ref $outstream) {
72 $outstream = "$outpath/$outstream" if $outpath;
77 if ($error = &_output($outstream, \$output, $options));
/macosx-10.9.5/curl-78.94.1/curl/include/curl/
H A Dcurl.h189 void *outstream);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c5008 register Lisp_Object outstream;
5120 outstream = p->filter;
5121 if (!NILP (outstream))
5207 Fcons (outstream,
4993 register Lisp_Object outstream; local

Completed in 1967 milliseconds