Home
last modified time | relevance | path

Searched refs:getstdin (Results 1 – 23 of 23) sorted by relevance

/dports/mail/procmail/procmail-3.22/src/
H A Dpipes.c79 static void getstdin(pip)const int pip; in getstdin() function
165 { rclose(PWRB);rclose(PWRO);rdup(PWRI);rclose(PWRI);getstdin(PRDO);
188 rclose(PWRB);rclose(PWRI);getstdin(PRDI);
241 rclose(PWRO),shutdesc(),getstdin(PRDO),callnewprog(line);
279 { getstdin(PRDB); /* filter ready, get backpipe */
305 rclose(PWRO),rdup(PWRI),rclose(PWRI),getstdin(PRDO),callnewprog(name);
340 { rclose(PWRO);getstdin(PRDO);rclose(STDOUT);rdup(STDERR);
/dports/lang/parrot/parrot-8.1.0/examples/pasm/
H A Dcat.pasm24 getstdin P0
/dports/lang/parrot/parrot-8.1.0/examples/pir/
H A Dreadline.pir27 stdin = getstdin
H A Dpirric.pir1621 stdin = getstdin
/dports/lang/parrot/parrot-8.1.0/examples/io/
H A Dreadline.pir8 stdin = getstdin
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dzoofns.h37 char *getstdin PARMS ((void));
H A Dzooadd2.c224 char *getstdin() in getstdin() function
H A Dzooadd.c201 this_path = getstdin(); /* pathname from stdin, in static area */
/dports/lang/parrot/parrot-8.1.0/t/dynoplibs/
H A Dio.t387 $P1 = getstdin
402 getstdin $P1
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dio.ops243 =item B<getstdin>(out PMC)
262 inline op getstdin(out PMC) :base_io {
/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Dobject.h168 extern int (*getstdin)(void);
179 int (*getstdin)(void); member
H A Dobject.c90 int (*getstdin)(void); variable
258 getstdin=vgetchar; in ignorestdio()
275 save->getstdin=getstdin; in savestdio()
288 getstdin=save->getstdin; in loadstdio()
H A Dshellcm.c1005 c=getstdin(); in cmread()
H A Dshell.c3474 nshell->sgetstdin=getstdin; in shellsavestdio()
3477 getstdin=shgetstdin; in shellsavestdio()
3484 getstdin=nshell->sgetstdin; in shellrestorestdio()
/dports/lang/parrot/parrot-8.1.0/examples/shootout/
H A Dknucleotide.pir8 stdin = getstdin
/dports/lang/parrot/parrot-8.1.0/docs/book/pir/
H A Dch08_io.pod128 The C<getstdin>X<getstdin opcode>, C<getstdout>X<getstdout opcode>, and
139 $P0 = getstdin # Standard input handle
/dports/lang/parrot/parrot-8.1.0/examples/tools/
H A Dpgegrep149 handle = getstdin
/dports/lang/parrot/parrot-8.1.0/src/dynoplibs/
H A Dio.ops322 Call C<getstdin> first if you care about retaining the previous PMC.
/dports/lang/parrot/parrot-8.1.0/docs/book/draft/
H A Dch10_opcode_reference.pod1102 X<getstdin opcode (PASM)>
1106 getstdin R<DEST>
/dports/lang/parrot/parrot-8.1.0/docs/pdds/
H A Dpdd22_io.pod512 C<getstdin>, C<getstdout>, and C<getstderr> return a stream object for
/dports/lang/janet/janet-1.19.2/src/boot/
H A Dboot.janet3679 (defn getstdin [prompt buf _]
3688 (def getter (if raw-stdin getstdin getline))
/dports/lang/parrot/parrot-8.1.0/compilers/pct/src/PAST/
H A DCompiler.pir92 piropsig['getstdin'] = 'P'
/dports/lang/parrot/parrot-8.1.0/ext/winxed/
H A Dcompiler.pir3265 $P2.'BuiltinFunction'("getstdin", "getstdin %0", "P")