HomeSort by: relevance | last modified time | path
    Searched defs:ioset (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
io.c 50 LOCAL void ioset(int, int, bigptr);
295 ioset(TYIOINT, XERR, MKICON(IOSTP!=NULL || ioerrlab!=0) );
554 ioset(TYIOINT, XREC, cpexpr(p) );
565 ioset(TYIOINT, XUNIT, cpexpr(p) );
585 ioset(TYIOINT, XRNUM, nump);
586 ioset(TYIOINT, XRLEN, cpexpr(unitp->vleng) );
587 ioset(TYADDR, XUNIT, addrof(unitp) );
594 ioset(TYIOINT, (intfile ? XIEND : XEND), MKICON(endbit) );
605 ioset(TYADDR, fmtoff, addrof(mkscalar(np)) );
610 ioset(TYADDR, fmtoff, cpexpr(p))
743 ioset(type, offset, p) function
    [all...]

Completed in 14 milliseconds