Home
last modified time | relevance | path

Searched refs:iop (Results 1 – 13 of 13) sorted by relevance

/third_party/mksh/
Dtree.c249 pioact(struct shf *shf, struct ioword *iop) in pioact() argument
251 unsigned short flag = iop->ioflag; in pioact()
257 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit : in pioact()
258 iop->unit + 1; in pioact()
259 if (iop->unit != expected) in pioact()
260 shf_fprintf(shf, Tf_d, (int)iop->unit); in pioact()
274 if (iop->heredoc /* nil when tracing */) { in pioact()
282 shf_puts(iop->heredoc, &ptree_heredoc); in pioact()
284 shf_puts(evalstr(iop->delim, 0), &ptree_heredoc); in pioact()
288 if (iop->delim && !(iop->ioflag & IONDELIM)) in pioact()
[all …]
Dsyn.c183 struct ioword *iop; in synio() local
188 iop = nextiop; in synio()
190 return (iop); in synio()
196 iop = yylval.iop; in synio()
197 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
198 if (iop->ioflag & IOHERESTR) { in synio()
203 iop->ioflag |= IOEVAL | IONDELIM; in synio()
207 iop->delim = yylval.cp; in synio()
208 if (*ident != 0 && !(iop->ioflag & IOHERESTR)) { in synio()
210 iop->ioflag |= IOEVAL; in synio()
[all …]
Dlex.c915 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP); in yylex() local
917 iop->unit = c2 == 2 ? ksh_numdig(dp[1]) : c == '<' ? 0 : 1; in yylex()
925 iop->ioflag = IOBASH; in yylex()
927 iop->ioflag = 0; in yylex()
933 iop->ioflag |= c == c2 ? in yylex()
935 if (iop->ioflag == IOHERE) { in yylex()
937 iop->ioflag |= IOSKIP; in yylex()
939 iop->ioflag |= IOHERESTR; in yylex()
944 iop->ioflag |= IODUP | ((unsigned int)c == ORD('<') ? IORDUP : 0); in yylex()
946 iop->ioflag |= (unsigned int)c == ORD('>') ? IOWRITE : IOREAD; in yylex()
[all …]
Dexec.c1404 iosetup(struct ioword *iop, struct tbl *tp) in iosetup() argument
1407 char *cp = iop->ioname; in iosetup()
1408 int iotype = iop->ioflag & IOTYPE; in iosetup()
1418 iotmp = *iop; in iosetup()
1438 if (Flag(FNOCLOBBER) && !(iop->ioflag & IOCLOB)) { in iosetup()
1468 u = herein(iop, NULL); in iosetup()
1481 X_OK | ((iop->ioflag & IORDUP) ? R_OK : W_OK), in iosetup()
1490 if (u == (int)iop->unit) { in iosetup()
1492 iop->ioflag |= IODUPSELF; in iosetup()
1530 if (e->savefd[iop->unit] == 0) { in iosetup()
[all …]
Dsh.h2239 struct ioword *iop; member
/third_party/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp108 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F() argument
115 EXPECT_TRUE(i iop 0); \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DSVEInstrFormats.td1610 : I<(outs zprty1:$Zda), (ins zprty1:$_Zda, zprty1:$Zn, zprty2:$Zm, itype:$iop),
1611 asm, "\t$Zda, $Zn, $Zm$iop", "", []>, Sched<[]> {
1631 bits<3> iop;
1632 let Inst{22} = iop{2};
1633 let Inst{20-19} = iop{1-0};
1638 bits<2> iop;
1639 let Inst{20-19} = iop;
1644 bit iop;
1645 let Inst{20} = iop;
1664 : I<(outs zprty:$Zd), (ins zprty:$Zn, zprty2:$Zm, itype:$iop),
[all …]
/third_party/node/src/
Dnode_options.cc191 explicit PerProcessOptionsParser(const PerIsolateOptionsParser& iop);
657 const PerIsolateOptionsParser& iop) { in PerProcessOptionsParser() argument
800 Insert(iop, &PerProcessOptions::get_per_isolate_options); in PerProcessOptionsParser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCScheduleP9.td38 // 11-entry iop issue queue.
58 // The xa and xb ports can be used to send an iop to either of the two slices
/third_party/python/Objects/
Dabstract.c1233 #define INPLACE_BINOP(func, iop, op, op_name) \ argument
1236 return binary_iop(v, w, NB_SLOT(iop), NB_SLOT(op), op_name); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenMCCodeEmitter.inc13491 // op: iop
13515 // op: iop
13692 // op: iop
13718 // op: iop
13742 // op: iop
14394 // op: iop
14420 // op: iop
14580 // op: iop
14616 // op: iop
14642 // op: iop
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h45856 const struct inode_operations *iop; member
80205 struct irq_poll iop; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog3361 in the profile-iop flags.