Lines Matching refs:iof
1544 register int iof = lexp->digits, token=lexp->token; in inout() local
1553 iof = 0; in inout()
1559 iof |= (IODOC|IORAW); in inout()
1561 iof |= IOMOV; in inout()
1563 iof |= IORDW|IOREWRITE; in inout()
1565 iof |= IORDW; in inout()
1569 iof |= IOLSEEK; in inout()
1571 iof |= IOCOPY; in inout()
1578 if(iof<0) in inout()
1581 iof = 1; in inout()
1583 iof |= IOPUT; in inout()
1585 iof |= IOAPP; in inout()
1587 iof |= IOMOV; in inout()
1589 iof |= IOCLOB; in inout()
1591 iof |= IOLSEEK; in inout()
1593 iof |= IOREWRITE; in inout()
1604 if(token==RPAREN && (iof&IOLSEEK) && lexp->comsub) in inout()
1609 iof |= IOARITH; in inout()
1612 else if(token==EXPRSYM && (iof&IOLSEEK)) in inout()
1613 iof |= IOARITH; in inout()
1614 …else if(((token==IPROCSYM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|… in inout()
1617 iof |= IOPROCSUB; in inout()
1622 if( (iof&IOPROCSUB) && !(iof&IOLSEEK)) in inout()
1627 if(iof&IODOC) in inout()
1631 iof |= IOSTRG; in inout()
1633 iof &= ~IORAW; in inout()
1642 iof |= IOQUOTE; in inout()
1644 iof |= IOLSEEK; in inout()
1646 iof |= IOSTRIP; in inout()
1653 iof |= IORAW; in inout()
1655 iop->iofile=iof; in inout()
1663 if(!(iof&IOMOV)) in inout()
1665 …unsigned long r=kiaentity(lexp,(iof&IORAW)?sh_fmtq(iop->ioname):iop->ioname,-1,'f',0,0,lexp->scrip… in inout()
1666 …d;f;%..64d;%d;%d;%c;%d\n",lexp->current,r,n,n,(iof&IOPUT)?((iof&IOAPP)?'a':'w'):((iof&IODOC)?'h':'… in inout()