Lines Matching refs:NO

53 #define	notpp()	(ppdefine == NO && (*yytext != '#' || yytext[1] == '#'))
117 globalscope = NO;
123 if (rules == NO) {
148 rules = NO;
160 globalscope = NO;
210 elseelif = NO;
212 psuedoelif = NO;
262 initializer = NO;
267 classdef = NO;
274 esudef = NO;
283 fcndef = NO;
308 template = NO;
333 initializer = NO;
335 structfield = NO;
342 if (esudef == NO) {
343 externdec = NO;
344 typedefdef = NO;
345 localdef = NO;
347 structfield = NO;
348 initializer = NO;
349 oldtype = NO;
413 if (braces == 0 && notpp() && rules == NO ||
417 globalscope = NO;
437 rules == YES) && externdec == NO &&
438 (localdef == NO || initializer == YES)) {
442 if (template == NO && typedefdef == NO) {
471 rules == YES) && localdef == NO) {
479 if (notpp() && esudef == NO && fcndef == YES &&
480 typedefdef == NO && parens == 0) {
502 if (notpp() && externdec == NO &&
503 arraydimension == NO && initializer == NO) {
507 if (structfield == NO) {
510 } else if (typedefdef == YES && oldtype == NO) {
514 template == NO && oldtype == NO) {
574 typedefdef == NO && parens == 0) {
584 template = NO;
590 oldtype = NO;
592 typedefname = NO;
604 oldtype = NO;
610 typedefname = NO;
623 arraydimension = NO;
633 ppdefine = NO;
680 if (sdl == NO) {
756 arraydimension = NO; /* inside array dimension declaration */
757 bplisting = NO; /* breakpoint listing */
760 classdef = NO; /* c++ class definition */
761 elseelif = NO; /* #else or #elif found */
762 esudef = NO; /* enum/struct/union definition */
764 externdec = NO; /* extern declaration */
765 fcndef = NO; /* function definition */
768 initializer = NO; /* data initializer */
770 lex = NO; /* lex file */
771 localdef = NO; /* function/block local definition */
773 ppdefine = NO; /* preprocessor define statement */
774 psuedoelif = NO; /* psuedo-#elif */
775 oldtype = NO; /* next identifier is an old type */
776 rules = NO; /* lex/yacc rules */
777 sdl = NO; /* SDL file */
778 structfield = NO; /* structure field declaration */
779 template = NO; /* function template */
781 typedefdef = NO; /* typedef name definition */
782 typedefname = NO; /* typedef name use */
783 asy = NO; /* assembly file */
797 globalscope = NO;
812 globalscope = NO;
872 if (lex == NO) {