Searched refs:noAST (Results 1 – 4 of 4) sorted by relevance
131 unsigned char noAST;/* gen AST construction code? (def==gen code) */ member
2077 if ( r2->noAST || p->astnode==ASTexclude )2116 if ( GenCC && (r2->noAST || p->astnode==ASTexclude) )2123 else if ( !r2->noAST && p->astnode == ASTinclude )2453 (ast_label_in_action || !(p->astnode == ASTexclude || r->noAST)) )2462 if (ast_label_in_action && (p->astnode == ASTexclude || r->noAST)) {2479 if (!r->noAST )2510 (ast_label_in_action || !(p->astnode == ASTexclude || r->noAST)) )2563 if (GenAST && (ast_label_in_action || !(p->astnode == ASTexclude || r->noAST) )) /* MR27 */
534 if ( q!=NULL ) q->noAST = TRUE; in rule()
854 { "!" <<if ( q!=NULL ) q->noAST = TRUE;>> }