| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | out.c | 36 int startcol; member 195 while (*gp != NULL && ((*gp)->startcol < icol || in tblcalc() 198 if (*gp == NULL || (*gp)->startcol > icol || in tblcalc() 203 g->startcol = icol; in tblcalc() 228 for (icol = g->startcol; icol <= g->endcol; icol++) { in tblcalc() 256 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc() 283 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc() 293 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc() 305 for (icol = g->startcol; icol <= g->endcol; icol++) { in tblcalc()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | write-po.c | 461 int startcol, startcol_after_break, width; in wrap() local 684 startcol = (line_prefix ? strlen (line_prefix) : 0); in wrap() 687 startcol += strlen (name); in wrap() 689 startcol = (startcol + extra_indent + 8) & ~7; in wrap() 691 startcol++; in wrap() 696 startcol = (startcol + extra_indent + 8) & ~7; in wrap() 699 startcol++; in wrap() 701 startcol -= startcol_after_break; in wrap() 704 mbs_width_linebreaks (portion, portion_len, width, startcol, 0, in wrap() 713 || startcol > width in wrap()
|
| /netbsd-src/external/bsd/nvi/dist/gtk/ |
| H A D | gtkviscreen.c | 129 gint col, startcol; in gtk_vi_screen_addstr() local 135 startcol = x ? endcol[x-1] : -1; in gtk_vi_screen_addstr() 136 for (p = CharAt(vi,vi->cury,vi->curx), end = p + len, col = startcol; in gtk_vi_screen_addstr() 143 mark_lines(vi, vi->cury, startcol+1, vi->cury+1, endcol[x-1]+1); in gtk_vi_screen_addstr() 162 gint col, startcol; in gtk_vi_screen_waddstr() local 171 startcol = x ? endcol[x-1] : -1; in gtk_vi_screen_waddstr() 172 for (col = startcol; x < vi->curx + len; ++x) in gtk_vi_screen_waddstr() 175 mark_lines(vi, vi->cury, startcol+1, vi->cury+1, endcol[x-1]+1); in gtk_vi_screen_waddstr()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | hd44780_subr.c | 164 hlcd_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in hlcd_erasecols() argument 168 if ((startcol + ncols) > hdscr->hlcd_sc->sc_cols) in hlcd_erasecols() 169 ncols = hdscr->hlcd_sc->sc_cols - startcol; in hlcd_erasecols() 172 memset(&hdscr->image[hdscr->hlcd_sc->sc_cols * row + startcol], in hlcd_erasecols() 175 memset(&hdscr->image[startcol], ' ', ncols); in hlcd_erasecols()
|
| H A D | pcdisplay_subr.c | 200 pcdisplay_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in pcdisplay_erasecols() argument 209 off = row * scr->type->ncols + startcol; in pcdisplay_erasecols()
|
| /netbsd-src/sys/dev/wscons/ |
| H A D | wscons_rops.c | 167 rcons_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in rcons_erasecols() argument 173 startx = rc->rc_xorigin + rc->rc_font->width * startcol; in rcons_erasecols()
|
| H A D | wsdisplay_vcons.c | 1050 vcons_erasecols_buffer(void *cookie, int row, int startcol, int ncols, long fillattr) in vcons_erasecols_buffer() 1054 int start = startcol + row * ri->ri_cols; in vcons_erasecols_cached() argument 1068 vcons_erasecols_cached(void *cookie, int row, int startcol, int ncols, long fillattr) 1074 int i, pos = row * ri->ri_cols + startcol; in vcons_erasecols() 1076 vdp->erasecols(cookie, row, startcol, ncols, fillattr); in vcons_erasecols() 1085 vcons_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in vcons_erasecols() 1090 vcons_erasecols_buffer(cookie, row, startcol, ncols, fillattr); in vcons_erasecols() 1098 vcons_erasecols_cached(cookie, row, startcol, ncols, in vcons_copyrows_buffer() 1101 scr->scr_vd->private->erasecols(cookie, row, startcol, ncols, in vcons_copyrows_buffer() 1036 vcons_erasecols_buffer(void * cookie,int row,int startcol,int ncols,long fillattr) vcons_erasecols_buffer() argument 1071 vcons_erasecols(void * cookie,int row,int startcol,int ncols,long fillattr) vcons_erasecols() argument
|
| /netbsd-src/sys/dev/hpc/ |
| H A D | hpcfb.c | 1144 int row, int startcol, int ncols, long attr) in hpcfb_tv_erasecols() argument 1159 vscn[row].maxcol = startcol-1; in hpcfb_tv_erasecols() 1160 if (vscn[row].spacecol < startcol+ncols-1) in hpcfb_tv_erasecols() 1161 vscn[row].spacecol = startcol+ncols-1; in hpcfb_tv_erasecols() 1169 hpcfb_erasecols(void *cookie, int row, int startcol, int ncols, long attr) in hpcfb_erasecols() argument 1177 hpcfb_tv_erasecols(dc, row, startcol, ncols, attr); in hpcfb_erasecols() 1194 xoff = startcol * ri->ri_font->fontwidth; in hpcfb_erasecols() 1201 rasops_emul.erasecols(ri, row, startcol, ncols, attr); in hpcfb_erasecols()
|
| /netbsd-src/sys/arch/vax/vsa/ |
| H A D | lcg.c | 620 lcg_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in lcg_erasecols() argument 625 bzero(&ss->ss_image[row * lcg_cols + startcol], ncols * sizeof(ss->ss_image[0])); in lcg_erasecols() 626 for (i = row * lcg_cols + startcol; i < row * lcg_cols + startcol + ncols; ++i) in lcg_erasecols() 632 memset(&LCG_ADDR(row, startcol, i, 0), 0, ncols * lcg_font.fontwidth); in lcg_erasecols() 634 blkset(LCG_FB_ADDR + (row * lcg_onerow) + (startcol * lcg_font.fontwidth), in lcg_erasecols()
|
| H A D | spx.c | 881 spx_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in spx_erasecols() argument 884 int offset = row * spx_cols + startcol; in spx_erasecols() 887 memset(&ss->ss_image[row * spx_cols + startcol], 0, in spx_erasecols() 894 spx_blkset(startcol * spx_font.fontwidth, in spx_erasecols()
|
| H A D | smg.c | 647 smg_putchar(void *cookie, int row, int startcol, u_int uc, long attr) in smg_putchar() argument 658 startx = ri->ri_font->fontwidth * startcol; in smg_putchar()
|
| /netbsd-src/sys/arch/vax/uba/ |
| H A D | qv.c | 647 qv_erasecols(void *id, int row, int startcol, int ncols, long fillattr) in qv_erasecols() argument 652 memset(&ss->ss_image[row][startcol], 0, ncols); in qv_erasecols() 653 memset(&ss->ss_attr[row][startcol], 0, ncols); in qv_erasecols() 657 memset(qv_fbp(ss->ss_sc, row, startcol, i), 0, ncols); in qv_erasecols()
|
| /netbsd-src/sys/arch/evbppc/explora/dev/ |
| H A D | fb_elb.c | 420 fb_erasecols(void *v, int row, int startcol, int ncols, long attr) in fb_erasecols() argument 426 startcol *= ri->ri_font->fontwidth; in fb_erasecols() 429 s3_fill(fb, startcol, row, ncols, ri->ri_font->fontheight, in fb_erasecols()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | wcfb.c | 646 wcfb_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in wcfb_erasecols() argument 652 sc->sc_stride + ri->ri_xorigin + startcol * ri->ri_font->fontwidth; in wcfb_erasecols() 656 sc->erasecols(ri, row, startcol, ncols, fillattr); in wcfb_erasecols() 923 wcfb_acc_erasecols(void *cookie, int row, int startcol, int ncols, in wcfb_acc_erasecols() argument 932 x = ri->ri_xorigin + ri->ri_font->fontwidth * startcol; in wcfb_acc_erasecols()
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | mntva.c | 89 static void mntva_erasecols(void *cookie, int row, int startcol, int ncols, 458 mntva_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in mntva_erasecols() argument 470 x = ri->ri_xorigin + ri->ri_font->fontwidth * startcol; in mntva_erasecols()
|
| H A D | amidisplaycc.c | 753 amidisplaycc_erasecols(void *screen, int row, int startcol, int ncols, in amidisplaycc_erasecols() argument 770 startcol < 0 || startcol + ncols > scr->ncols) in amidisplaycc_erasecols() 775 bmapoffset = row * scr->rowbytes + startcol; in amidisplaycc_erasecols()
|
| H A D | zz9k_fb.c | 209 static void zzfb_erasecols(void *cookie, int row, int startcol, int ncols, 631 zzfb_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in zzfb_erasecols() argument 639 x = ri->ri_xorigin + ri->ri_font->fontwidth * startcol; in zzfb_erasecols()
|
| /netbsd-src/sys/arch/usermode/dev/ |
| H A D | vncfb.c | 370 vncfb_erasecols(void *priv, int row, int startcol, int ncols, long fillattr) in vncfb_erasecols() argument 378 ops->erasecols(ri, row, startcol, ncols, fillattr); in vncfb_erasecols() 382 x = ri->ri_xorigin + (startcol * ri->ri_font->fontwidth); in vncfb_erasecols()
|
| /netbsd-src/sys/arch/sgimips/gio/ |
| H A D | grtwo.c | 661 grtwo_erasecols(void *c, int row, int startcol, int ncols, long attr) in grtwo_erasecols() argument 667 startcol * font->fontwidth, /* x1 */ in grtwo_erasecols() 669 (startcol * font->fontwidth) + ncols * font->fontwidth, /* x2 */ in grtwo_erasecols()
|
| H A D | light.c | 452 light_erasecols(void *c, int row, int startcol, int ncols, long attr) in light_erasecols() argument 458 from_x = startcol * font->fontwidth; in light_erasecols()
|
| /netbsd-src/sys/arch/playstation2/ee/ |
| H A D | gsfb.c | 474 _gsfb_erasecols(void *cookie, int row, int startcol, int ncols, long attr) in _gsfb_erasecols() argument 479 _gsfb_putchar(cookie, row, startcol + i, ' ', attr); in _gsfb_erasecols()
|
| /netbsd-src/sys/arch/hppa/dev/ |
| H A D | hyperfb.c | 1205 hyperfb_erasecols(void *cookie, int row, int startcol, int ncols, 1214 x = ri->ri_xorigin + ri->ri_font->fontwidth * startcol; 1222 (ri->ri_ccol >= startcol && 1223 ri->ri_ccol < (startcol + ncols))) 1088 hyperfb_erasecols(void * cookie,int row,int startcol,int ncols,long fillattr) hyperfb_erasecols() argument
|
| H A D | gftfb.c | 1302 gftfb_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in gftfb_copyrows() 1310 x = ri->ri_xorigin + ri->ri_font->fontwidth * startcol; in gftfb_eraserows() 1318 (ri->ri_ccol >= startcol && ri->ri_ccol < (startcol + ncols))) in gftfb_eraserows() 1259 gftfb_erasecols(void * cookie,int row,int startcol,int ncols,long fillattr) gftfb_erasecols() argument
|
| /netbsd-src/sys/arch/luna68k/dev/ |
| H A D | omrasops.c | 441 om_putchar(void *cookie, int row, int startcol, u_int uc, long attr) in om_putchar() argument 469 x = width * startcol; in om_putchar() 557 om_erasecols(void *cookie, int row, int startcol, int ncols, long attr) in om_erasecols() argument 572 startx = ri->ri_font->fontwidth * startcol; in om_erasecols()
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | cgfourteen.c | 1823 cg14_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr) in cg14_erasecols() 1831 x = ri->ri_xorigin + ri->ri_font->fontwidth * startcol; 1838 (ri->ri_ccol >= startcol && ri->ri_ccol < (startcol + ncols))) in cg14_copyrows() 1811 cg14_erasecols(void * cookie,int row,int startcol,int ncols,long fillattr) cg14_erasecols() argument
|