Lines Matching refs:BOOL
67 static BOOL arraydimension; /* inside array dimension declaration */
68 static BOOL bplisting; /* breakpoint listing */
71 static BOOL classdef; /* c++ class definition */
72 static BOOL elseelif; /* #else or #elif found */
73 static BOOL esudef; /* enum/struct/union definition */
76 static BOOL externdec; /* extern declaration */
77 static BOOL fcndef; /* function definition */
78 static BOOL globalscope; /* file global scope */
81 static BOOL initializer; /* data initializer */
83 static BOOL lex; /* lex file */
84 static BOOL localdef; /* function/block local definition */
89 static BOOL ppdefine; /* preprocessor define statement */
90 static BOOL psuedoelif; /* psuedo-#elif */
91 static BOOL oldtype; /* next identifier is an old type */
92 static BOOL rules; /* lex/yacc rules */
93 static BOOL sdl; /* SDL file */
94 static BOOL structfield; /* structure field declaration */
95 static BOOL template; /* function template */
97 static BOOL typedefdef; /* typedef name definition */
98 static BOOL typedefname; /* typedef name use */
101 static BOOL asy; /* assembly file */