Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 54) sorted by relevance

123

/original-bsd/local/toolchest/ksh/shlib/
H A Drjust.c61 void rjust(str,size,fill) in rjust() argument
62 char *str,fill; in rjust()
89 fill = ' ';
91 *--sp = fill;
/original-bsd/usr.bin/ex/
H A Dprintf.c36 static int width, sign, fill; variable
83 fill = 1;
85 fill--;
200 if (!sign && fill <= 0) {
235 if (fill == 0)
236 fill = -1;
346 cfill = fill>0? ' ': '0';
349 if (*s == '-' && fill < 0) {
/original-bsd/usr.bin/window/
H A Dlcmd2.c129 char fill = 0; local
139 fill++;
142 (void) sprintf(p, fill ? "%02ld:" : "%ld:", t->tv_sec / 60);
147 fill++;
149 (void) sprintf(p, fill ? "%02ld.%02d" : "%ld.%02ld",
/original-bsd/usr.sbin/lpr/common_source/
H A Ddisplayq.c353 register short n, fill; local
360 fill = first ? 0 : 2; /* fill space for ``, '' */
361 if (((n = strlen(nfile)) + col + fill) >= SIZCOL-4) {
372 col += n+fill;
/original-bsd/lib/libc/db/hash/
H A DREADME12 fill factor (ffactor), and
19 fill factor (ffactor),
28 fill factor (ffactor).
/original-bsd/games/tetris/
H A Dscreen.c134 char *term, *fill; in scr_init() local
157 fill = combuf; in scr_init()
162 *p->tcaddr = tgetstr(p->tcname, &fill); in scr_init()
/original-bsd/sys/vax/uba/
H A Dkgclock.c33 u_short fill[2]; member
/original-bsd/contrib/groff-1.08/pic/
H A Dobject.cc684 double fill; // < 0 if not filled member in closed_object
688 : rectangle_object(pos), fill(-1.0) in closed_object()
695 fill = f; in set_fill()
745 if (lt.type == line_type::invisible && fill < 0.0) in print()
754 out->polygon(vec, 4, lt, fill); in print()
999 out->ellipse(cent, dim, lt, fill); in print()
1050 out->circle(cent, dim.x/2.0, lt, fill); in print()
1720 lookup_variable("fillval", &fill); in make_object()
1721 if (fill < 0.0) in make_object()
1722 error("bad fill value %1", fill); in make_object()
[all …]
/original-bsd/sys/tahoe/vba/
H A Dvdreg.h264 short fill; /* not used */ member
292 short fill; /* not used */ member
H A Dmpreg.h59 u_int fill[2]; member
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Ddvar.c153 char * fill = &buffer1[0]; /* Zero origin in filling buffer */ variable
765 elevel = fill; /* swap buffer pointers */ in t_page()
766 fill = empty; in t_page()
1218 scanp = fill + (hpos + 1 - dis->left) * BYTES_PER_LINE
1220 if (scanp < fill)
1226 if (scanp >= fill + BUFFER_SIZE)
1229 if (scanp + count < fill + BUFFER_SIZE) {
1398 *(fill + x * BYTES_PER_LINE + (y >> 3)) |= 1 << (7 - (y & 07));
1533 bottompage = fill + minx * BYTES_PER_LINE;
/original-bsd/admin/admin/forms/
H A Daccess1 Please fill in the parenthesized items in the following notice, print it
/original-bsd/usr.bin/sed/TEST/
H A Dmath.sed25 # fill hold space with done token
/original-bsd/sbin/restore/
H A Dtape.c623 getfile(fill, skip)
624 void (*fill) __P((char *, long));
646 (*fill)((char *)buf, (long)(size > TP_BSIZE ?
652 (*fill)((char *)buf, (long)(size > TP_BSIZE ?
675 (*fill)((char *)buf, (long)((curblk * TP_BSIZE) + size));
/original-bsd/local/transcript/lib/
H A Denscript.pro29 llx lly moveto dx 0 rlineto 0 dy rlineto dx neg 0 rlineto closepath fill
/original-bsd/sys/vax/vax/
H A Demulate.s90 argub(3,r11) # (3) fill character == r11
661 # arg5 and arg6 are used for fill and sign - r0 is free
662 setfill($32) # fill character is ' '
773 L196: # else put in fill character
787 putfill # with fill character
/original-bsd/lib/libc/sparc/gen/
H A Dmul.s125 srl %o5, 20, %o5 ! shift low bits right 20, zero fill at left
/original-bsd/contrib/sc/
H A Dsc.h266 extern void fill();
H A Dgram.y222 | S_FILL num num { fill(lookat(showsr, showsc),
225 { fill($2.left.vp, $2.right.vp, $3, $4); }
/original-bsd/admin/admin/contrib/
H A Dletter3 Please delete one version of the first paragraph, fill in the parenthesized
/original-bsd/share/me/
H A Drevisions8 -- Always go into fill mode in .sh; necessary to get output format
26 -- Drop into fill mode in .TS so that text boxes will work properly.
/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dgraphics2.c42 extern char *fill; /* zero origin in filling buffer */
438 bottompage = fill + minx * bytesperline;
/original-bsd/lib/libc/db/
H A DVERSION75 hash: Set hash default fill factor dynamically.
/original-bsd/sys/i386/i386/
H A DREADME38 fill in the missing files. The changes needed are almost exactly the
39 same as those needed to fill out the NET/2 distribution, so a
/original-bsd/sbin/ping/
H A Dping.c180 fill((char *)datap, optarg);
922 fill(bp, patp) in fill() function

123