Searched refs:width (Results 276 - 300 of 583) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/usr.bin/col/
H A Dcol.c81 int c_width; /* character width */
131 int adjust, opt, warned, width; local
223 if ((width = wcwidth(ch)) > 0)
224 cur_col += width;
/freebsd-9.3-release/usr.sbin/bsdconfig/dot/
H A Ddot354 printf '\t\twidth = 2.5, // arbitrary minimum width for all nodes\n'
355 printf '\t\tfixedsize, // turn minimum width into exact width\n'
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dtkey_249.c204 if (tctx->width == 0) /* No splitting */
207 RETERR(isc_base64_totext(&dr, tctx->width - 2,
233 if (tctx->width == 0) /* No splitting */
236 RETERR(isc_base64_totext(&dr, tctx->width - 2,
H A Dcert_37.c112 if (tctx->width == 0) /* No splitting */
115 RETERR(isc_base64_totext(&sr, tctx->width - 2,
H A Dopt_41.c79 if (tctx->width == 0) /* No splitting */
82 RETERR(isc_base64_totext(&or, tctx->width - 2,
H A Dsshfp_44.c98 if (tctx->width == 0) /* No splitting */
101 RETERR(isc_hex_totext(&sr, tctx->width - 2,
H A Dtlsa_52.c114 if (tctx->width == 0) /* No splitting */
117 RETERR(isc_hex_totext(&sr, tctx->width - 2,
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-win.c337 "Set the width (in characters) of tab stops.\n\
424 sprintf (cmd, "set width %d",
425 tui_active ? TUI_CMD_WIN->generic.width : screenwidth);
650 first_win->generic.width += width_diff;
651 locator->width += width_diff;
665 TUI_CMD_WIN->generic.width += width_diff;
677 first_win->generic.width += width_diff;
679 second_win->generic.width += width_diff;
684 first_win->generic.width += width_diff;
686 second_win->generic.width
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dtroff.cpp283 double width = (ur.x - ll.x)/scale; local
284 printf(".PS %.3fi %.3fi", height, width);
290 printf(".\\\" %.3fi %.3fi %.3fi %.3fi\n", 0.0, height, width, 0.0);
294 // have the right width.
295 printf("\\h'%.3fi'\n.sp -1\n", width);
/freebsd-9.3-release/contrib/opie/
H A Dftpcmd.y1189 register int width, NCMDS;
1196 width = 0, NCMDS = 0;
1200 if (len > width)
1201 width = len;
1204 width = (width + 8) &~ 7;
1211 columns = 76 / width;
1224 while (w < width) {
1244 reply(214, "%s%-*s\t%s; unimplemented.", type, width,
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1389 int width, NCMDS;
1397 width = 0, NCMDS = 0;
1401 if (len > width)
1402 width = len;
1405 width = (width + 8) &~ 7;
1412 columns = 76 / width;
1428 while (w < width) {
1449 reply(214, "%s%-*s\t%s; unimplemented.", t, width,
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dget.c350 int width = 0; local
354 if(w > width)
355 width = w;
359 printf("%*s: %s\n", width, f->header ? f->header : f->ff->def_longheader, buf);
/freebsd-9.3-release/sys/dev/bktr/
H A Dioctl_meteor.h71 unsigned long width; /* Width of memory area */ member in struct:meteor_video
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr200.c399 track->textures[i].width = (idx_value & RADEON_TEX_USIZE_MASK) + 1;
480 track->textures[i].width = 1 << ((idx_value >> RADEON_TXFORMAT_WIDTH_SHIFT) & RADEON_TXFORMAT_WIDTH_MASK);
522 track->textures[i].cube_info[4].width = 1 << ((idx_value >> 16) & 0xf);
535 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf);
/freebsd-9.3-release/sys/dev/exca/
H A Dexcavar.h108 int exca_io_map(struct exca_softc *sc, int width, struct resource *r);
/freebsd-9.3-release/sys/dev/pci/
H A Dpcivar.h280 pci_read_config(device_t dev, int reg, int width) argument
282 return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
286 pci_write_config(device_t dev, int reg, uint32_t val, int width) argument
288 PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width); local
H A Dvga_pci.c362 vga_pci_read_config(device_t dev, device_t child, int reg, int width) argument
365 return (pci_read_config(dev, reg, width));
370 uint32_t val, int width)
373 pci_write_config(dev, reg, val, width);
369 vga_pci_write_config(device_t dev, device_t child, int reg, uint32_t val, int width) argument
/freebsd-9.3-release/tools/regression/acltools/
H A Drun66 my $width = ($ENV{COLUMNS} || 80) >> 1;
149 print sprintf("%-" . ($width-3) . "s %s %s\n",
/freebsd-9.3-release/usr.bin/last/
H A Dlast.c88 static int width = 5; /* show seconds in delta */ variable
168 width = 8;
178 if (sflag && width == 8) usage();
369 (void) strftime(ct, sizeof(ct), width >= 8 ? "%T" : "%R", tm);
/freebsd-9.3-release/usr.bin/yacc/test/
H A Dftp.tab.c819 register int width, NCMDS; local
826 width = 0, NCMDS = 0;
830 if (len > width)
831 width = len;
834 width = (width + 8) &~ 7;
841 columns = 76 / width;
854 while (w < width) {
874 reply(214, "%s%-*s\t%s; unimplemented.", type, width,
H A Dftp.y1079 register int width, NCMDS;
1086 width = 0, NCMDS = 0;
1090 if (len > width)
1091 width = len;
1094 width = (width + 8) &~ 7;
1101 columns = 76 / width;
1114 while (w < width) {
1134 reply(214, "%s%-*s\t%s; unimplemented.", type, width,
/freebsd-9.3-release/usr.sbin/bsdconfig/startup/
H A Drcconf165 local height width rows
167 height width rows \
189 $height $width $rows \
/freebsd-9.3-release/contrib/file/src/
H A Dfile.c506 size_t bytesconsumed, old_n, n, width = 0; local
524 width++;
528 width += w;
533 return width;
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py233 self.sample = Canvas(self, width=24, height=24,
474 relief=SUNKEN, anchor=W, width=30).grid(
477 relief=SUNKEN, anchor=W, width=10).grid(
480 bd=1, relief=SUNKEN, width=10).grid(
487 bd=1, relief=SUNKEN, width=10).grid(
554 l = Label(self.frame, text=name, bd=1, width=15,
681 canvas.itemconfigure(self.item, width=2)
687 canvas.itemconfigure(self.item, width=0)
707 fill=color, width=0,
732 xpos + delta, ypos - 10, fill=color, width
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A Dcomplete.c566 /* Compute width of STRING when displayed on screen by print_filename */
571 int width, pos; local
582 width = pos = 0;
587 width += 2;
596 width++;
606 width += (w >= 0) ? w : 1;
609 width++;
615 return width;
628 int width, w; local
666 width
[all...]

Completed in 306 milliseconds

<<11121314151617181920>>