/original-bsd/old/eqn/common_source/ |
H A D | fromto.c | 14 fromto(p1, p2, p3) int p1, p2, p3; { in fromto() argument 31 if( p3>0 ) { 32 nrwid(p3, pss, p3); 33 printf(".if \\n(%d>\\n(%d .nr %d \\n(%d\n", p3, yyval, yyval, p3); 34 eht[yyval] += eht[p3]; 49 if( p3>0 ) { 51 -(h1-b1+ebase[p3]), yyval, p3, pss, p3, EFFPS(ps), yyval, p3, (h1-b1+ebase[p3])); 56 yyval, p1, p2, p3, eht[yyval], ebase[yyval]); 59 if( p3>0 ) ofree(p3);
|
H A D | shift.c | 100 shift2(p1, p2, p3) int p1, p2, p3; { in shift2() argument 111 eht[p3] = h3 = VERT( (eht[p3] * effps) / EFFPS(ps) ); 118 b3 = ebase[p3]; 121 h3 = eht[p3]; b3 = ebase[p3]; 152 printf(".ds %d \\|\\|\\*(%d\n", p3, p3); 154 printf(".ds %d \\|\\*(%d\n", p3, p3); 156 nrwid(p3, effps, p3); 157 printf(".nr %d \\n(%d\n", treg, p3); 163 effps, p3, p3, treg, effps2, -supsh); 168 p3, p3, treg, -supsh); [all …]
|
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/ |
H A D | fromto.c | 6 fromto(p1, p2, p3) in fromto() argument 7 int p1, p2, p3; in fromto() 27 if (p3 > 0) { 28 nrwid(p3, subps, p3); 29 printf(".if \\n(%d>\\n(%d .nr %d \\n(%d\n", p3, yyval, yyval, p3); 30 eht[yyval] += eht[p3]; 42 if (p3 >0) { 43 t = h1-b1+ebase[p3]; 45 REL(-t,ps), yyval, p3, DPS(ps,subps), p3, DPS(subps,ps), yyval, p3, REL(t,ps)); 54 if (p3 > 0) [all …]
|
H A D | shift.c | 7 subsup(p1, p2, p3) in subsup() argument 8 int p1, p2, p3; in subsup() 10 if (p2 != 0 && p3 != 0) 11 shift2(p1, p2, p3); 14 else if (p3 != 0) 15 bshiftb(p1, SUP, p3); 65 shift2(p1, p2, p3) in shift2() argument 66 int p1, p2, p3; in shift2() 78 h3 = eht[p3]; b3 = ebase[p3]; 93 printf(".ds %d %s\\*(%d\n", p3, SS2space, p3); [all …]
|
/original-bsd/old/dbx/tests/cc/out/out.tahoe/ |
H A D | call.out | 13 in p3(blah) 15 p3 returns successfully 24 [8] stop in p3 25 [8] stopped in p3 at line 36 26 36 printf("in p3(%s)\n", s); 27 in p3(blah) 29 p3 returns successfully
|
/original-bsd/old/dbx/tests/cc/out/out.vax/ |
H A D | call.out | 13 in p3(blah) 15 p3 returns successfully 24 [8] stop in p3 25 [8] stopped in p3 at line 36 26 36 printf("in p3(%s)\n", s); 27 in p3(blah) 29 p3 returns successfully
|
/original-bsd/old/pcc/c2.vax/ |
H A D | c20.c | 641 p3 = p1->ref; 642 while (p3) { 643 if (p3->op==JBR || p3->op==JMP) { 657 p3 = p3->forw; 666 if ((p3 = p3->forw) == 0 || p3==p1 || --n==0) 668 } while (p3->op!=CBR || p3->labno!=p1->forw->labno); 675 p3->subop = revbr[p3->subop]; 676 p3->pop=0; 700 return(p3); 710 for (p3 = p1->forw; p3!=0; p3 = p3->forw) [all …]
|
/original-bsd/old/pcc/c2.tahoe/ |
H A D | c20.c | 647 p3 = p1->ref; 648 while (p3) { 649 if (p3->op==JBR || p3->op==JMP) { 663 p3 = p3->forw; 672 if ((p3 = p3->forw) == 0 || p3==p1 || --n==0) 674 } while (p3->op!=CBR || p3->labno!=p1->forw->labno); 681 p3->subop = revbr[p3->subop]; 682 p3->pop=0; 706 return(p3); 716 for (p3 = p1->forw; p3!=0; p3 = p3->forw) in comjump() [all …]
|
/original-bsd/old/dbx/tests/mod/ |
H A D | call.mod | 18 p3("test", 3); 33 procedure p3 (s : array of char; i : integer); 35 writef(output, "in p3(%s, %d)\n", s, i); 37 end p3;
|
/original-bsd/old/dbx/tests/cc/ |
H A D | call.in | 6 call p3("blah") 13 stop in p3 14 call p3("blah")
|
H A D | call.c | 17 p3("test"); 33 p3 (s) in p3() function
|
/original-bsd/lib/libm/common_source/ |
H A D | exp.c | 63 vc(p3, 6.6137563214379341918E-5 ,b355,398a,f15f,792e, -13, .8AB355792EF15F) 75 #define p3 vccast(p3) macro 82 ic(p3, 6.6137563214379343612E-5, -14, 1.1566AAF25DE2C) 114 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5)))); 158 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
|
/original-bsd/usr.bin/struct/struct/ |
H A D | 1.fort.c | 54 p3 = bufptr + 1; /* p3 pts. to 1st symbol after ) */ 102 stcode = remtilda(stralloc(&buffer[p3],endbuf - p3)); 176 prerw = remtilda(stralloc(&buffer[p3],r1 - p3 + 1)); 198 stcode = remtilda(stralloc(&buffer[p3],endbuf - p3));
|
/original-bsd/old/dbx/tests/pc/ |
H A D | call.p | 22 procedure p3 (s : String; i : integer); procedure 24 writeln(output, 'in p3(', s, ', ', i:1, ')'); 36 p3('test', 3);
|
H A D | call.out | 11 in p3(blah, 3) 13 p3 returns successfully
|
/original-bsd/sys/netns/ |
H A D | spp_debug.c | 139 #define p3(f) { printf("%s = %x, ", "f", sp->s_/**/f); } macro 140 printf("\t"); p3(rack);p3(ralo);p3(smax);p3(flags); printf("\n");
|
/original-bsd/usr.sbin/trsp/ |
H A D | trsp.c | 338 #define p3(name, f) { \ macro 343 p3("rack", sp->s_rack); 344 p3("ralo", sp->s_ralo); 345 p3("smax", sp->s_smax); 346 p3("snxt", sp->s_snxt); 347 p3("flags", sp->s_flags); 378 p3("idle", sp->s_idle); 379 p3("force", sp->s_force); 380 p3("rtseq", sp->s_rtseq);
|
/original-bsd/sys/tahoe/math/ |
H A D | Ksinfcosf.s | 160 callf $24,_Kaddd # p4*ysq+p3 167 callf $24,_Kmuld # (p4*ysq+p3)*ysq 174 callf $24,_Kaddd # (p4*ysq+p3)*ysq+p2 181 callf $24,_Kmuld # ((p4*ysq+p3)*ysq+p2)*ysq 188 callf $24,_Kaddd # ((p4*ysq+p3)*ysq+p2)*ysq+p1 195 callf $24,_Kmuld # (((p4*ysq+p3)*ysq+p2)*ysq+p1)*ysq 202 callf $24,_Kaddd # (((p4*ysq+p3)*ysq+p2)*ysq+p1)*ysq+p0 209 callf $24,_Kmuld # ((((p4*ysq+p3)*ysq+p2)*ysq+p1)*ysq+p0)*y;
|
/original-bsd/old/libm/libom/ |
H A D | sinh.c | 22 static double p3 = -0.2630563213397497062819489e+2; variable 53 temp = (((p3*argsq+p2)*argsq+p1)*argsq+p0)*arg;
|
H A D | log.c | 23 static double p3 = 0.421087371217979714e0; variable 52 temp = ((p3*zsq + p2)*zsq + p1)*zsq + p0;
|
H A D | tan.c | 18 static double p3 = 0.3422554387241003435328470489e-1; variable 62 temp = ((((p4*xsq+p3)*xsq+p2)*xsq+p1)*xsq+p0)*x;
|
H A D | atan.c | 24 static double p3 = .26842548195503973794141e3; variable 110 value = ((((p4*argsq + p3)*argsq + p2)*argsq + p1)*argsq + p0);
|
H A D | sin.c | 14 static double p3 = -.1384727249982452873054457e5; variable 73 temp1 = ((((p4*ysq+p3)*ysq+p2)*ysq+p1)*ysq+p0)*y;
|
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/ |
H A D | menu.c | 345 POINT p1, p2, p3, p4; local 352 p3.x = area[sym].hix - 1; 353 p3.y = area[sym].hiy - 1; 357 GRVector(&p2, &p3, color); 358 GRVector(&p3, &p4, color);
|
/original-bsd/games/trek/ |
H A D | utility.c | 114 syserr(p0, p1, p2, p3, p4, p5) in syserr() argument 119 printf(p0, p1, p2, p3, p4, p5); in syserr()
|