HomeSort by: relevance | last modified time | path
    Searched refs:numchars (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/usr.bin/uniq/
uniq.c 57 static int numchars, numfields, repeats; variable in typeref:typename:int
92 numchars = strtol(optarg, &p, 10);
93 if (numchars < 0 || *p)
133 if (numfields || numchars)
153 if (numfields || numchars) {
215 for (nchars = numchars; nchars-- && *str; ++str, --ls)
  /src/usr.sbin/wsfontload/
wsfontload.c 151 f.numchars = 256;
236 len = f.fontheight * f.numchars * f.stride;
255 f.numchars = le32toh(foo);
268 len = f.numchars * f.fontheight * f.stride;
289 printf("numchars: %d\n", f.numchars);
  /src/sys/dev/wsfont/
wsfontdev.c 136 buf = malloc(d->fontheight * d->stride * d->numchars,
139 d->fontheight * d->stride * d->numchars);
wsfont.c 406 m = p + font->stride * font->numchars * font->fontheight;
422 nr = font->numchars * font->fontheight;
476 newdata = malloc(newstride * font->fontwidth * font->numchars,
484 for (n = 0; n < font->numchars; n++) {
711 size = font->fontheight * font->numchars * font->stride;
spleen5x8.h 35 .numchars = 128 - ' ',
spleen6x12.h 34 .numchars = 256 - ' ',
  /src/sys/dev/rasops/
rasops.h 163 (c) - (font)->firstchar < (font)->numchars)
rasops.c 346 ri->ri_optfont.fontheight * ri->ri_optfont.numchars);
352 ri->ri_optfont.numchars = 16;
357 ri->ri_optfont.numchars;
  /src/sys/dev/ic/
vga_subr.c 198 int numchars)
205 for (i = firstchar; i < firstchar + numchars; i++)
vga.c 570 vga_loadchars(&vc->hdl, 0, wf->firstchar, wf->numchars,
948 f->wsfont->numchars, f->wsfont->fontheight, f->wsfont->data);
vga_raster.c 92 256, /* numchars */
1140 (c < fs->font->firstchar + fs->font->numchars) &&
  /src/sys/arch/powerpc/oea/
ofw_rascons.c 221 openfirm6x11.numchars = 96;
  /src/sys/arch/newsmips/dev/
fb.c 690 newsrom8x16.numchars = 96;
701 newsrom12x24.numchars = 96;
  /src/sys/dev/isa/
ega.c 762 if (data->firstchar != 0 || data->numchars != 256)
783 f->numchars = data->numchars;
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 933 font->numchars);
939 for (i = font->firstchar; i < font->numchars; i++) {
947 for (i = font->firstchar; i < font->numchars; i++) {
  /src/sys/dev/wscons/
wsconsio.h 447 int firstchar, numchars; member in struct:wsdisplay_font
  /src/sys/arch/playstation2/ee/
gsfb.c 421 if (c < font->firstchar || c >= font->firstchar + font->numchars)
  /src/sys/arch/sgimips/gio/
light.c 382 ch >= dc->dc_fontdata->firstchar + dc->dc_fontdata->numchars)
grtwo.c 587 ch >= dc->dc_fontdata->firstchar + dc->dc_fontdata->numchars)
  /src/sys/compat/netbsd32/
netbsd32_ioctl.h 205 int firstchar, numchars; member in struct:netbsd32_wsdisplay_font
netbsd32_ioctl.c 534 f->numchars = f32->numchars;
  /src/sys/arch/amiga/dev/
amidisplaycc.c 628 fonthigh = fontlow + scr->wsfont->numchars - 1;
1916 font.numchars = kernel_font_hi_8x8 - kernel_font_lo_8x8 + 1;
  /src/sys/arch/vax/vsa/
gpx.c 1013 ss->ss_gpr = MIN(GPX_WIDTH / (NBBY * font->stride), font->numchars);
1017 for (row = 1, remaining = font->numchars; remaining != 0;
lcg.c 202 (c >= (lcg_font.firstchar + lcg_font.numchars) ? 0 : c - lcg_font.firstchar))
  /src/sys/dev/tc/
stic.c 1105 if (c - si->si_font->firstchar >= si->si_font->numchars) {

Completed in 37 milliseconds

1 2