Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 52) sorted by relevance

123

/original-bsd/old/eqn/common_source/
H A Dshift.c16 int shval, d1, h1, b1, h2, b2; local
24 b1 = ebase[p1];
42 shval = b1-b2;
43 ebase[yyval] = b1 + max(0, h2-b1-d1);
58 ebase[yyval] = b1;
61 if( VERT(4*(h1-b1)/10) + h2 < h1-b1 ) /* raise little super */
126 subsh = b1-b2;
130 if( VERT(4*(h1-b1)/10)+h3 < h1-b1 )
134 if( VERT(1)+h3 < h1-b1 )
138 eht[yyval] = h1 + max(0, h3-VERT( (6*(h1-b1))/10 )) + max(0, h2-b1-d1);
[all …]
H A Dfromto.c15 int b, h1, b1, pss; local
19 b1 = ebase[p1];
39 eht[p2]-ebase[p2]+b1, yyval, p2, pss, p2, EFFPS(ps));
41 yyval, p2, -(eht[p2]-ebase[p2]+b1));
51 -(h1-b1+ebase[p3]), yyval, p3, pss, p3, EFFPS(ps), yyval, p3, (h1-b1+ebase[p3]));
54 ebase[yyval] = b + b1;
H A Dparen.c15 int n, m, h1, j, b1, v; local
16 h1 = eht[p1]; b1 = ebase[p1];
22 n = max(b1+VERT(1), h1-b1-VERT(1)) / VERT(1);
33 ebase[yyval] = b1 + (eht[yyval]-h1)/2;
34 v = b1 - h1/2 + VERT( (ps*6*4)/10 );
40 v = b1 - h1/2 + VERT(1);
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Dshift.c26 float shval, d1, h1, b1, h2, b2; local
31 b1 = ebase[p1];
39 shval = b1 + EM(Subbase, ps);
47 ebase[yyval] = b1;
49 if (Supshift*(h1-b1) + h2 < h1-b1) /* raise little super */
50 shval = -(h1-b1) + h2-b2 - d1;
76 h1 = eht[p1]; b1 = ebase[p1];
81 subsh += b1;
83 supsh = -Supshift*(h1-b1) - b3;
85 if (h3 < (1-Supshift)*(h1-b1))
[all …]
H A Dfromto.c9 float b, h1, b1, t; local
15 b1 = ebase[p1];
34 t = eht[p2]-ebase[p2]+b1;
43 t = h1-b1+ebase[p3];
48 ebase[yyval] = b + b1;
H A Dparen.c10 float h1, b1, v; local
14 b1 = ebase[p1];
/original-bsd/usr.bin/window/
H A Dwwframe.c27 char b1, b2, b3; local
38 b1 = 0;
51 if ((a1 || a2) && b1)
60 b1 = b2;
73 b1 = 0;
86 if ((a1 || a2) && b1)
95 b1 = b2;
107 b1 = 0;
129 b1 = b2;
141 b1 = 0;
[all …]
/original-bsd/old/berknet/
H A Dnettest.c17 char b1[20],b2[20],b3[20]; local
27 sprintf(b1,"-r%d",pip1[0]);
29 margv[i++] = b1;
38 sprintf(b1,"-r%d",pip2[0]);
40 margv[i++] = b1;
/original-bsd/lib/libc/string/
H A Dbcmp.c18 bcmp(b1, b2, length) in bcmp() argument
19 const void *b1, *b2; in bcmp()
26 p1 = (char *)b1;
/original-bsd/old/dbx/tests/cc/out/out.vax/
H A Ddump.out3 [1] stopped in $b1 at line 20
5 $b1, line 20 in "dump.c"
9 $b1, line 20 in "dump.c"
18 $b1, line 20 in "dump.c"
H A Dnested.out3 [1] stopped in $b1 at line 20
5 $b1, line 20 in "nested.c"
/original-bsd/old/dbx/tests/cc/out/out.tahoe/
H A Ddump.out3 [1] stopped in $b1 at line 20
5 $b1, line 20 in "dump.c"
9 $b1, line 20 in "dump.c"
18 $b1, line 20 in "dump.c"
H A Dnested.out3 [1] stopped in $b1 at line 20
5 $b1, line 20 in "nested.c"
/original-bsd/games/backgammon/teachgammon/
H A Dtutor.c118 brdeq (b1,b2) in brdeq() argument
119 register int *b1, *b2; in brdeq()
124 e = b1+26;
125 while (b1 < e)
126 if (*b1++ != *b2++)
/original-bsd/old/adb/adb.tahoe/
H A Dsetup.c40 txtmap.b1 = 0; in setsym()
44 txtmap.b1 = txtmap.e1 = 0; in setsym()
82 txtmap.b1 += KERNOFF; in setsym()
108 datmap.b1 = 0; in setcor()
111 datmap.b1 = 0xc0000000; in setcor()
137 datmap.b1 = 0; in setcor()
144 datmap.b1 = round(filhdr.a_text, PAGSIZ); in setcor()
145 datmap.e1 = datmap.b1 + filhdr.a_data; in setcor()
149 datbas = datmap.b1; in setcor()
286 return (within(fp->fr_savpc, txtmap.b1, txtmap.e1));
H A Daccess.c197 IF space&STAR ORF !within(*addr,amap->b1,amap->e1)
202 ELSE *addr += (amap->f1)-(amap->b1);
/original-bsd/old/adb/adb.vax/
H A Dsetup.c37 txtmap.b1 = 0; in setsym()
41 txtmap.b1 = txtmap.e1 = 0; in setsym()
79 txtmap.b1 += KERNOFF; in setsym()
105 datmap.b1 = 0; in setcor()
108 datmap.b1 = 0x80000000; in setcor()
134 datmap.b1 = 0; in setcor()
141 datmap.b1 = round(filhdr.a_text, PAGSIZ); in setcor()
142 datmap.e1 = datmap.b1 + filhdr.a_data; in setcor()
146 datbas = datmap.b1; in setcor()
288 return (within(fp->fr_savpc, txtmap.b1, txtmap.e1));
H A Daccess.c194 IF space&STAR ORF !within(*addr,amap->b1,amap->e1)
199 ELSE *addr += (amap->f1)-(amap->b1);
/original-bsd/local/ditroff/ditroff.old.okeeffe/eqn/
H A Dparen.c4 int n, m, h1, j, b1, v; local
5 h1 = eht[p1]; b1 = ebase[p1];
17 ebase[yyval] = b1 + (eht[yyval]-h1)/2;
18 v = b1 - h1/2 + VERT( EM(0.4, ps) );
/original-bsd/old/sdb/
H A Dsetup.c66 txtmap.b1=0; in setsym()
75 txtmap.b1=0; in setsym()
111 datmap.b1 = datbas = (magic==0410?round(txtsiz,TXTRNDSIZ):0); in setcor()
113 datmap.b1 = datbas = txtsiz; in setcor()
114 datmap.e1=(magic==0407?txtsiz:datmap.b1)+datsiz; in setcor()
/original-bsd/old/libm/liboldnm/
H A Dtan.s30 jbr b1
32 b1: bsbb rtan label
H A Dbadtan.s30 jbr b1
32 b1: bsbb rtan label
H A Datan.s39 jneq b1
47 b1: tstd r2 label
/original-bsd/usr.sbin/bad144/
H A Dbad144.c462 compare(b1, b2) in compare() argument
463 register struct bt_bad *b1, *b2; in compare()
465 if (b1->bt_cyl > b2->bt_cyl)
467 if (b1->bt_cyl < b2->bt_cyl)
469 if (b1->bt_trksec == b2->bt_trksec)
471 return (b1->bt_trksec - b2->bt_trksec);
/original-bsd/old/vpr/
H A Dvpr.c299 static char b1[100], b2[100]; in ident() local
301 b1p = b1; in ident()
313 b1p = b1; in ident()

123