OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eat_to_eol
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
ldlex.l
57
static void
eat_to_eol
(bool empty);
87
^"#"else/[[:space:]\n] {
eat_to_eol
(true);
90
^"#"elifdef/[[:space:]] {
eat_to_eol
(false);
93
^"#"endif/[[:space:]\n] {
eat_to_eol
(true) ; }
95
<IGNORE>^"#"ifdef/[[:space:]\n] {
eat_to_eol
(false);
97
<IGNORE>^"#"else/[[:space:]\n] {
eat_to_eol
(true);
114
<IGNORE>^"#"endif/[[:space:]\n] {
eat_to_eol
(true);
220
eat_to_eol
(bool empty)
ldlex.c
2540
eat_to_eol
(bool empty)
function
[
all
...]
Completed in 697 milliseconds