Lines Matching refs:NO

55 #define	notpp()	(ppdefine == NO && (*yytext != '#' || yytext[1] == '#'))
119 globalscope = NO;
125 if (rules == NO) {
150 rules = NO;
162 globalscope = NO;
212 elseelif = NO;
214 psuedoelif = NO;
264 initializer = NO;
269 classdef = NO;
276 esudef = NO;
285 fcndef = NO;
310 template = NO;
335 initializer = NO;
337 structfield = NO;
344 if (esudef == NO) {
345 externdec = NO;
346 typedefdef = NO;
347 localdef = NO;
349 structfield = NO;
350 initializer = NO;
351 oldtype = NO;
415 if (braces == 0 && notpp() && rules == NO ||
419 globalscope = NO;
439 rules == YES) && externdec == NO &&
440 (localdef == NO || initializer == YES)) {
444 if (template == NO && typedefdef == NO) {
473 rules == YES) && localdef == NO) {
481 if (notpp() && esudef == NO && fcndef == YES &&
482 typedefdef == NO && parens == 0) {
504 if (notpp() && externdec == NO &&
505 arraydimension == NO && initializer == NO) {
509 if (structfield == NO) {
512 } else if (typedefdef == YES && oldtype == NO) {
516 template == NO && oldtype == NO) {
576 typedefdef == NO && parens == 0) {
586 template = NO;
592 oldtype = NO;
594 typedefname = NO;
606 oldtype = NO;
612 typedefname = NO;
625 arraydimension = NO;
635 ppdefine = NO;
682 if (sdl == NO) {
758 arraydimension = NO; /* inside array dimension declaration */
759 bplisting = NO; /* breakpoint listing */
762 classdef = NO; /* c++ class definition */
763 elseelif = NO; /* #else or #elif found */
764 esudef = NO; /* enum/struct/union definition */
766 externdec = NO; /* extern declaration */
767 fcndef = NO; /* function definition */
770 initializer = NO; /* data initializer */
772 lex = NO; /* lex file */
773 localdef = NO; /* function/block local definition */
775 ppdefine = NO; /* preprocessor define statement */
776 psuedoelif = NO; /* psuedo-#elif */
777 oldtype = NO; /* next identifier is an old type */
778 rules = NO; /* lex/yacc rules */
779 sdl = NO; /* SDL file */
780 structfield = NO; /* structure field declaration */
781 template = NO; /* function template */
783 typedefdef = NO; /* typedef name definition */
784 typedefname = NO; /* typedef name use */
785 asy = NO; /* assembly file */
799 globalscope = NO;
814 globalscope = NO;
874 if (lex == NO) {