Lines Matching refs:YES
112 globalscope = YES;
124 rules = YES;
129 if (lex == YES) {
149 globalscope = YES;
158 fcndef = YES; /* treat as function definition */
202 if (elseelif == YES) {
205 psuedoelif = YES;
211 if (psuedoelif == YES) {
232 elseelif = YES;
273 if (esudef == YES && braces == esubraces) {
281 if ((braces == 0 || braces == 1 && classdef == YES) &&
282 fcndef == YES) {
284 globalscope = YES;
314 if ((globalscope == YES || localdef == YES) &&
317 initializer = YES;
324 if (esudef == YES && notpp()) {
325 structfield = YES;
356 ppdefine = YES;
358 if (compress == YES) {
373 classdef = YES;
380 esudef = YES;
414 braces == 1 && classdef == YES) {
415 fcndef = YES;
436 if ((fcndef == YES || ppdefine == YES ||
437 rules == YES) && externdec == NO &&
438 (localdef == NO || initializer == YES)) {
444 template = YES;
470 if ((fcndef == YES || ppdefine == YES ||
471 rules == YES) && localdef == NO) {
479 if (notpp() && esudef == NO && fcndef == YES &&
489 typedefname = YES;
506 if (esudef == YES) {
510 } else if (typedefdef == YES && oldtype == NO) {
513 } else if (globalscope == YES &&
517 } else if (fcndef == YES && braces == 0) {
520 } else if (localdef == YES) {
568 externdec = YES;
571 typedefdef = YES;
572 oldtype = YES;
573 } else if (p->type == DECL && fcndef == YES &&
576 localdef = YES;
578 template == YES) {
600 if (esudef == YES && cesudeftoken) {
607 if (typedefname == YES) {
608 localdef = YES;
618 arraydimension = YES;
632 if (ppdefine == YES) { /* end of a #define */
643 if (bplisting == YES) {
700 if (compress == YES) {
729 ppdefine = YES;
766 globalscope = YES; /* file global scope (outside functions) */
791 bplisting = YES;
796 lex = YES;
804 sdl = YES;
807 asy = YES;