Home | History | Annotate | Download | only in ld

Lines Matching full:opt_digits

129 %type  <digits> opt_digits
327 | anylang_id '.' opt_digits opt_id
335 opt_digits: DIGITS { $$ = $1; }