Home | History | Annotate | Download | only in src

Lines Matching refs:unit

917 			iop->unit = c == '<' ? 0 : 1;
918 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) {
923 iop->unit = (iop->unit * 10) + dp[c2 + 1] - '0';
926 if (iop->unit >= FDBASE)