HomeSort by relevance Sort by last modified time
    Searched refs:eat_to_eol (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libcpu/
i386_lex.l 38 static void eat_to_eol (void);
90 <INITIAL,MAIN>^"#" { eat_to_eol (); }
104 eat_to_eol (void)
i386_lex.c 577 static void eat_to_eol (void);
944 { eat_to_eol (); }
1988 eat_to_eol (void) function
    [all...]
  /external/elfutils/src/
ldlex.l 74 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)
ldlex.c 2809 eat_to_eol (bool empty) function
    [all...]

Completed in 40 milliseconds