Searched refs:stage (Results 1 – 1 of 1) sorted by relevance
543 unsigned char stage[100]; in oprint() local551 stage[0] = direction; in oprint()552 stage[59] = '#'; /* preload separator */ in oprint()553 stage[60] = ' '; in oprint()559 memset(&stage[11], ' ', 16*3); in oprint()562 sprintf((char *)&stage[1], " %8.8x ", obc); /* xxx: still slow? */ in oprint()565 op = &stage[11]; /* where hex starts */ in oprint()566 ap = &stage[61]; /* where ascii starts */ in oprint()580 xwrite(ofd, stage, ap - stage); in oprint()