Searched defs:Frame (Results 1 – 6 of 6) sorted by relevance
32 typedef struct Frame *Frame; typedef39 struct Frame { struct48 private Frame curframe = nil; argument
32 typedef struct Frame { struct39 } *Frame; argument
32 typedef struct Frame *Frame; typedef39 struct Frame { struct46 private Frame curframe = nil; argument
165 struct Frame { /* stack frame for awk function calls */ struct174 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */ argument