Home
last modified time | relevance | path

Searched defs:Frame (Results 1 – 6 of 6) sorted by relevance

/csrg-svn/old/dbx/
H A Druntime.c32 typedef struct Frame *Frame; typedef
39 struct Frame { struct
48 private Frame curframe = nil; argument
H A Druntime.vax.c32 typedef struct Frame *Frame; typedef
39 struct Frame { struct
48 private Frame curframe = nil; argument
H A Druntime.tahoe.c32 typedef struct Frame { struct
39 } *Frame; argument
H A Druntime.iris.c32 typedef struct Frame *Frame; typedef
39 struct Frame { struct
46 private Frame curframe = nil; argument
H A Druntime.sun.c32 typedef struct Frame *Frame; typedef
39 struct Frame { struct
46 private Frame curframe = nil; argument
/csrg-svn/contrib/awk.research/
H A Drun.c165 struct Frame { /* stack frame for awk function calls */ struct
174 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */ argument