Lines Matching refs:IGNORE
94 %x IGNORE
106 BEGIN (IGNORE); }
109 BEGIN (IGNORE); }
112 <IGNORE>^"#"ifdef/[[:space:]\n] { eat_to_eol (false);
114 <IGNORE>^"#"else/[[:space:]\n] { eat_to_eol (true);
123 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
131 <IGNORE>^"#"endif/[[:space:]\n] { eat_to_eol (true);
133 <IGNORE>.|\n { /* nothing */ }
202 {WHITE} { /* IGNORE */ }
294 return prepdepth == 0 ? INITIAL : IGNORE;
342 result = IGNORE;