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

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dio.c66 LOCAL int ioformatted; variable
234 ioformatted = UNFORMATTED;
385 ioformatted = (p==NULL ? LISTDIRECTED : FORMATTED);
478 if(ioformatted!=LISTDIRECTED && ISCOMPLEX(type) )
494 if(ioformatted == LISTDIRECTED)
497 q = call2(TYINT, (ioformatted==FORMATTED ? "do_fio" : "do_uio"),
622 ioformatted = UNFORMATTED;
626 ioformatted = UNFORMATTED;
639 ioroutine[4] = "ufl" [ioformatted];

Completed in 49 milliseconds