Home
last modified time | relevance | path

Searched refs:eat_to_eol (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/
Dldlex.l74 static void eat_to_eol (bool empty);
104 ^"#"else/[[:space:]\n] { eat_to_eol (true);
107 ^"#"elifdef/[[:space:]] { eat_to_eol (false);
110 ^"#"endif/[[:space:]\n] { eat_to_eol (true) ; }
112 <IGNORE>^"#"ifdef/[[:space:]\n] { eat_to_eol (false);
114 <IGNORE>^"#"else/[[:space:]\n] { eat_to_eol (true);
131 <IGNORE>^"#"endif/[[:space:]\n] { eat_to_eol (true);
238 eat_to_eol (bool empty) in eat_to_eol() function
Dldlex.c1149 static void eat_to_eol (bool empty);
1456 { eat_to_eol (true);
1467 { eat_to_eol (false);
1478 { eat_to_eol (true) ; }
1487 { eat_to_eol (false);
1497 { eat_to_eol (true);
1530 { eat_to_eol (true);
2809 eat_to_eol (bool empty) in eat_to_eol() function
/external/elfutils/libcpu/
Di386_lex.l38 static void eat_to_eol (void);
90 <INITIAL,MAIN>^"#" { eat_to_eol (); }
104 eat_to_eol (void)
Di386_lex.c577 static void eat_to_eol (void);
944 { eat_to_eol (); }
1988 eat_to_eol (void) in eat_to_eol() function