Home
last modified time | relevance | path

Searched refs:INPUT (Results 1 – 25 of 63) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dm32r-opinst.c39 #define INPUT CGEN_OPINST_INPUT macro
49 { INPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
50 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
56 { INPUT, "slo16", HW_H_SLO16, CGEN_MODE_INT, OP_ENT (SLO16), 0, 0 },
57 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
63 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
64 { INPUT, "uimm16", HW_H_UINT, CGEN_MODE_UINT, OP_ENT (UIMM16), 0, 0 },
70 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
71 { INPUT, "ulo16", HW_H_ULO16, CGEN_MODE_UINT, OP_ENT (ULO16), 0, 0 },
77 { INPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
[all …]
/mirbsd/src/usr.bin/join/
Djoin.c81 } INPUT; typedef
82 INPUT input1 = { NULL, 0, 0, 1, NULL, 0, 0, 0, 0, 0 },
101 void joinlines(INPUT *, INPUT *);
104 void outoneline(INPUT *, LINE *);
105 void outtwoline(INPUT *, LINE *, INPUT *, LINE *);
106 void slurp(INPUT *);
107 void slurpit(INPUT *);
113 INPUT *F1, *F2; in main()
281 void slurp(INPUT *F) in slurp()
302 slurpit(INPUT *F) in slurpit()
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/contrib/
Dbounce-resender.pl77 open(INPUT,$ARGV[0]) || die "$ARGV[0]: $!\n";
87 while (! eof INPUT) {
96 $_ = <INPUT>; $lineno++;
100 $nrl = <INPUT>; $lineno++;
116 $_ = <INPUT>; $lineno++;
136 $next = <INPUT>; $lineno++;
154 $next = <INPUT>; $lineno++;
265 close INPUT;
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/
DSyslog.xs17 INPUT:
31 INPUT:
45 INPUT:
60 INPUT:
74 INPUT:
/mirbsd/src/gnu/usr.bin/perl/ext/XS/APItest/
DAPItest.xs70 INPUT:
84 INPUT:
99 INPUT:
125 INPUT:
151 INPUT:
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dlex_assign.t25 @INPUT = <DATA>;
27 print "1..", (10 + @INPUT + @simple_input), "\n";
111 for (@INPUT) {
/mirbsd/src/gnu/share/
Dylwrap49 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
53 INPUT is the input file
/mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/
Dtypemap3 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/Digest/MD5/
Dtypemap3 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/threads/
Dtypemap3 INPUT
/mirbsd/src/gnu/usr.bin/perl/os2/OS2/
Dtypemap18 INPUT
/mirbsd/src/lib/libssl/src/crypto/des/
Dtypemap10 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
Dtypemap3 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/
Dtypemap25 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/NDBM_File/
Dtypemap16 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/SDBM_File/
Dtypemap16 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/GDBM_File/
Dtypemap16 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/ODBM_File/
Dtypemap17 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/DB_File/
Dtypemap16 INPUT
/mirbsd/src/usr.bin/vi/docs/interp/
Dinterp122 enum maptype {NONE, INPUT, COMMAND} mapt);
125 by chp. Mapt can be set to INPUT, COMMAND or NONE, depending on
129 size_t *lenp, enum maptype {NONE, INPUT, COMMAND} mapt);
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dnlmheader.y121 %token EXPORT FLAG_ON FLAG_OFF FULLMAP HELP IMPORT INPUT MAP MESSAGES
269 | INPUT string_list
605 { "INPUT", INPUT },
/mirbsd/src/usr.bin/vi/perl_api/
Dtypemap10 INPUT
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlxs.pod227 an INPUT: section unless explicitly marked with another keyword.
228 (See L<The INPUT: Keyword>.)
552 C<=>, C<;> or C<+> on a line in the INPUT: section. The only
638 before or after the declarations of the parameters from the INPUT: section
702 INPUT:
707 Here we suppose that conversion to C<MyObject> in the INPUT: section and from
712 There is another way to trade clarity for compactness: INPUT sections allow
752 =head2 The INPUT: Keyword
755 XSUB. The INPUT: keyword can be used to force those parameters to be
756 evaluated a little later. The INPUT: keyword can be used multiple times
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/B/
Dtypemap35 INPUT
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/fallback/
Dconst-xs.inc14 INPUT:

123