Home
last modified time | relevance | path

Searched refs:iop (Results 1 - 10 of 10) sorted by relevance

/third_party/mksh/
H A 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()
283 /* iop in pioact()
758 struct ioword **iop; iofree() local
944 struct ioword **ioact, *iop; dumpioact() local
[all...]
H A 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 in synio()
271 struct ioword *iop; get_command() local
[all...]
H A 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 in yylex()
1127 readhere(struct ioword *iop) readhere() argument
[all...]
H A 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 in iosetup()
1588 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf) hereinval() argument
1624 herein(struct ioword *iop, char **resbuf) herein() argument
[all...]
H A Dsh.h2239 struct ioword *iop; member
/third_party/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp108 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F()
115 EXPECT_TRUE(i iop 0); \ in TEST_F()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc2928 XMMRegister iop = XMMRegister::from_code(6); in vpsllw() local
2929 vinstr(0x71, iop, dst, Operand(src), k66, k0F, kWIG); in vpsllw()
2934 XMMRegister iop = XMMRegister::from_code(6); in vpslld() local
2935 vinstr(0x72, iop, dst, Operand(src), k66, k0F, kWIG); in vpslld()
2940 XMMRegister iop = XMMRegister::from_code(6); in vpsllq() local
2941 vinstr(0x73, iop, dst, Operand(src), k66, k0F, kWIG); in vpsllq()
2946 XMMRegister iop = XMMRegister::from_code(2); in vpsrlw() local
2947 vinstr(0x71, iop, dst, Operand(src), k66, k0F, kWIG); in vpsrlw()
2952 XMMRegister iop = XMMRegister::from_code(2); in vpsrld() local
2953 vinstr(0x72, iop, ds in vpsrld()
2958 XMMRegister iop = XMMRegister::from_code(2); vpsrlq() local
2964 XMMRegister iop = XMMRegister::from_code(4); vpsraw() local
2970 XMMRegister iop = XMMRegister::from_code(4); vpsrad() local
[all...]
/third_party/node/src/
H A Dnode_options.cc266 explicit PerProcessOptionsParser(const PerIsolateOptionsParser& iop);
817 const PerIsolateOptionsParser& iop) { in PerProcessOptionsParser()
990 Insert(iop, &PerProcessOptions::get_per_isolate_options); in PerProcessOptionsParser()
816 PerProcessOptionsParser( const PerIsolateOptionsParser& iop) PerProcessOptionsParser() argument
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h1092 #define iop(name, ...) \ in EmitIntDivOrRem() macro
1108 iop(mov, kScratchRegister, rhs); in EmitIntDivOrRem()
1113 iop(test, rhs, rhs); in EmitIntDivOrRem()
1120 iop(cmp, rhs, Immediate(-1)); in EmitIntDivOrRem()
1123 iop(cmp, lhs, Immediate(1)); in EmitIntDivOrRem()
1130 iop(cmp, rhs, Immediate(-1)); in EmitIntDivOrRem()
1134 iop(xor, dst, dst); in EmitIntDivOrRem()
1142 if (lhs != rax) iop(mov, rax, lhs); in EmitIntDivOrRem()
1160 iop(mov, dst, kResultReg); in EmitIntDivOrRem()
/third_party/python/Objects/
H A Dabstract.c1241 #define INPLACE_BINOP(func, iop, op, op_name) \
1244 return binary_iop(v, w, NB_SLOT(iop), NB_SLOT(op), op_name); \

Completed in 56 milliseconds