Searched defs:Frame (Results 1 – 5 of 5) sorted by relevance
5 typedef struct Frame Frame; typedef31 struct Frame struct39 void (*scroll)(Frame*, int); /* scroll function provided by application */ argument54 ulong frcharofpt(Frame*, Point); argument
20 typedef struct Frame { /* proc/func call stack frame */ struct25 } Frame; argument
208 struct Frame { /* stack frame for awk function calls */ struct217 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */ argument
341 typedef struct Frame Frame; typedef342 struct Frame { struct364 Frame *frames; /* DMA program */ argument
187 } Frame; typedef