Searched defs:_ast (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Dast.h47 typedef struct _ast { struct
48 struct _ast *right, *down;
50 struct _ast *left, *up;
58 #define AST_REQUIRED_FIELDS struct _ast *right, *down, *left, *up;
60 #define AST_REQUIRED_FIELDS struct _ast *right, *down;
76 #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL

Completed in 43 milliseconds