Home
last modified time | relevance | path

Searched refs:frp (Results 1 – 12 of 12) sorted by relevance

/original-bsd/usr.bin/pascal/pdx/runtime/
H A Dframe.c50 FRAME *frp; in curframe() local
54 frp = &frame; in curframe()
65 return frp; in curframe()
76 FRAME *frp; in nextframe()
86 getframe(frp, fp);
87 return(frp);
104 for (frp = curframe(); frp != NIL; frp = nextframe(frp)) {
106 return frp;
108 *prevfrp = *frp;
122 FRAME *frp; in getframe()
[all …]
H A Dwheredump.c26 FRAME *frp; in where() local
35 for (frp = curframe(); frp != NIL; frp = nextframe(frp)) { in where()
36 f = whatblock(entry(frp)); in where()
39 printparams(f, frp); in where()
43 prevpc = frp->save_pc; in where()
58 FRAME *frp; in dump() local
67 for (frp = curframe(); frp != NIL; frp = nextframe(frp)) { in dump()
68 f = whatblock(entry(frp)); in dump()
71 printparams(f, frp); in dump()
75 dumpvars(f, frp); in dump()
[all …]
H A Dentry.c32 ADDRESS entry(frp) in entry() argument
33 register FRAME *frp; in entry()
47 FRAME *frp; in caller_addr() local
49 if ((frp = curframe()) == NIL) { in caller_addr()
52 frp = nextframe(frp); in caller_addr()
53 if (frp == NIL) { in caller_addr()
56 return(entry(frp)); in caller_addr()
76 FRAME *frp, frame; in return_addr() local
81 frp = curframe(); in return_addr()
82 if (frp == NIL) { in return_addr()
[all …]
H A Daddress.c38 FRAME *frp; local
56 frp = findframe(s->func);
57 if (frp == NIL) {
61 frp = frame;
63 r = stkaddr(frp, s->blkno) + offs;
/original-bsd/old/dbx/
H A Druntime.vax.c70 Frame frp; in getcurframe()
113 Frame frp; in nextframe()
186 Frame frp; in getcurfunc()
201 Frame frp; in nextfunc()
254 frp = nextfunc(frp, &p);
303 frp = nextframe(frp); in return_addr()
354 Frame frp; in locals_base()
495 frp = nextfunc(frp, &f);
608 frp = nextfunc(frp, &f);
637 frp = nextfunc(frp, &f);
[all …]
H A Druntime.c70 Frame frp; in getcurframe()
113 Frame frp; in nextframe()
179 Frame frp; in getcurfunc()
194 Frame frp; in nextfunc()
247 frp = nextfunc(frp, &p);
296 frp = nextframe(frp); in return_addr()
347 Frame frp; in locals_base()
486 frp = nextfunc(frp, &f);
599 frp = nextfunc(frp, &f);
628 frp = nextfunc(frp, &f);
[all …]
H A Druntime.tahoe.c64 Frame frp; in getcurframe()
109 Frame frp; in nextframe()
173 Frame frp; in getcurfunc()
188 Frame frp; in nextfunc()
241 frp = nextfunc(frp, &p);
289 frp = nextframe(frp); in return_addr()
340 Frame frp; in locals_base()
478 frp = nextfunc(frp, &f);
591 frp = nextfunc(frp, &f);
620 frp = nextfunc(frp, &f);
[all …]
H A Druntime.iris.c78 Frame frp; in getcurframe()
124 Frame frp; in nextframe()
357 Frame frp; in getcurfunc()
372 Frame frp; in nextfunc()
425 frp = nextfunc(frp, &p);
465 frp = nextframe(frp); in return_addr()
516 Frame frp; in locals_base()
673 frp = nextfunc(frp, &f);
786 frp = nextfunc(frp, &f);
815 frp = nextfunc(frp, &f);
[all …]
H A Druntime.sun.c78 Frame frp; in getcurframe()
124 Frame frp; in nextframe()
357 Frame frp; in getcurfunc()
372 Frame frp; in nextfunc()
425 frp = nextfunc(frp, &p);
465 frp = nextframe(frp); in return_addr()
516 Frame frp; in locals_base()
673 frp = nextfunc(frp, &f);
786 frp = nextfunc(frp, &f);
815 frp = nextfunc(frp, &f);
[all …]
H A Dsymbols.c570 register Frame frp; local
580 frp = frame;
581 if (frp == nil) {
587 frp = nil;
590 if (frp == nil) {
1616 if (frp != nil) {
1617 frp = nextfunc(frp, &f);
1618 while (frp != nil) {
1636 frp = nextfunc(frp, &f);
1666 Frame frp; local
[all …]
/original-bsd/games/backgammon/backgammon/
H A Dmove.c41 static int frp; /* chance to free pl's men */ variable
393 frp = freemen (home)+trapped (home,-cturn); in movcmp()
408 ch,pt,em,frc,frp); in movcmp()
432 oldfrp = frp; in movcmp()
521 if (abs(frp-oldfrp) > rnum(2)) in movegood()
522 return (frp > oldfrp); in movegood()
/original-bsd/usr.bin/make/
H A Dvar.c533 Var_Value (name, ctxt, frp) in Var_Value() argument
536 char **frp;
541 *frp = NULL;
547 *frp = p;