Home | History | Annotate | Download | only in src

Lines Matching defs:id

188 %token ID              "identifier"
210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable
219 %type <symbol> id id_colon string_as_id symbol symbol.prec
388 | "%code" ID braceless
404 | ID { muscle_code_grow ("union_name", $1, @1); }
506 | id
511 | id INT
517 | id string_as_id
523 | id INT string_as_id
603 ID
610 | ID { $$ = $1; }
639 id:
640 ID
656 id
660 /* A string used as an ID: quote it. */