Home | History | Annotate | Download | only in src

Lines Matching refs:IGNORE

86 %x IGNORE
98 BEGIN (IGNORE); }
101 BEGIN (IGNORE); }
104 <IGNORE>^"#"ifdef/[[:space:]\n] { eat_to_eol (false);
106 <IGNORE>^"#"else/[[:space:]\n] { eat_to_eol (true);
115 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
123 <IGNORE>^"#"endif/[[:space:]\n] { eat_to_eol (true);
125 <IGNORE>.|\n { /* nothing */ }
194 {WHITE} { /* IGNORE */ }
286 return prepdepth == 0 ? INITIAL : IGNORE;
334 result = IGNORE;