Searched refs:eat_to_eol (Results 1 – 2 of 2) sorted by relevance
66 static void eat_to_eol (bool empty);96 ^"#"else/[[:space:]\n] { eat_to_eol (true);99 ^"#"elifdef/[[:space:]] { eat_to_eol (false);102 ^"#"endif/[[:space:]\n] { eat_to_eol (true) ; }104 <IGNORE>^"#"ifdef/[[:space:]\n] { eat_to_eol (false);106 <IGNORE>^"#"else/[[:space:]\n] { eat_to_eol (true);123 <IGNORE>^"#"endif/[[:space:]\n] { eat_to_eol (true);230 eat_to_eol (bool empty) in eat_to_eol() function
41 static void eat_to_eol (void);93 <INITIAL,MAIN>^"#" { eat_to_eol (); }107 eat_to_eol (void)