width             350 src/prt2pdf/prt2pdf.c   float width;
width             381 src/prt2pdf/prt2pdf.c       width = GLOBAL_PAGE_WIDTH;
width             386 src/prt2pdf/prt2pdf.c       width = GLOBAL_PAGE_WIDTH - GLOBAL_PAGE_MARGIN_LEFT - GLOBAL_PAGE_MARGIN_RIGHT;
width             398 src/prt2pdf/prt2pdf.c       (void)fprintf (stdout, "%f %f %f %f re f\n", x1, yyy1, width, height);
width             251 src/simh/scp.c     (size_map[((rp)->width + (rp)->offset + CHAR_BIT - 1) / CHAR_BIT])
width            2517 src/simh/scp.c                            rptr->width,
width            2526 src/simh/scp.c                            rptr->width,
width            2532 src/simh/scp.c                            rptr->width,
width            4720 src/simh/scp.c char *scale, *width;
width            4730 src/simh/scp.c     width = "W";
width            4732 src/simh/scp.c     width = "B";
width            4747 src/simh/scp.c (void)sprintf (&capac_buf[strlen (capac_buf)], "%s%s", scale, width);
width            6487 src/simh/scp.c                 (pcv > width_mask[sim_PC->width]))
width            6809 src/simh/scp.c else fprint_val (st, pcval, pc->radix, pc->width,       /* otherwise, print as a numeric value */
width            7111 src/simh/scp.c         fprint_val (ofile, val, rdx, rptr->width, rptr->flags & REG_FMT);
width            7165 src/simh/scp.c val = (val >> rptr->offset) & width_mask[rptr->width];
width            7201 src/simh/scp.c mask = width_mask[rptr->width];
width            7247 src/simh/scp.c mask = width_mask[rptr->width];
width            8757 src/simh/scp.c                    size_t width, uint32 format)
width            8784 src/simh/scp.c         while ((wtest < width_mask[width]) && (wtest >= owtest)) {
width            8796 src/simh/scp.c if (width < strlen(dbuf+d))
width            8803 src/simh/scp.c     uint32 width, uint32 format)
width            8808 src/simh/scp.c     return sprint_val (NULL, val, radix, width, format);
width            8809 src/simh/scp.c if (width > MAX_WIDTH)
width            8810 src/simh/scp.c     width = MAX_WIDTH;
width            8811 src/simh/scp.c sprint_val (dbuf, val, radix, width, format);
width            10415 src/simh/scp.c     sprint_val (&pc_s[strlen(pc_s)], val, sim_PC->radix, sim_PC->width, sim_PC->flags & REG_FMT);
width            10431 src/simh/scp.c     offset += bitdefs[fields].width;
width            10436 src/simh/scp.c     if ((bitdefs[i].width == 1) && (bitdefs[i].valuenames == NULL)) {
width            10442 src/simh/scp.c         mask = 0xFFFFFFFF >> (32-bitdefs[i].width);
width             490 src/simh/sim_defs.h     uint32          width;                               /* width */
width             501 src/simh/sim_defs.h     uint32              width;                           /* width */