Searched defs:eat_to_eol (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libcpu/
H A Di386_lex.c577 static void eat_to_eol (void);
944 { eat_to_eol (); }
1988 eat_to_eol (void) function
/external/elfutils/src/
H A 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) function

Completed in 81 milliseconds