HomeSort by: relevance | last modified time | path
    Searched defs:optcomma (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
arparse.y 172 modulename optcomma FILENAME
182 optcomma: label
  /src/external/gpl3/binutils.old/dist/binutils/
arparse.y 172 modulename optcomma FILENAME
182 optcomma: label
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 613 enum_dcl: enum_head '{' moe_list optcomma '}' { $$ = enumdcl($1); }
779 | xnfdeclarator '=' begbr init_list optcomma '}' {
790 | ibrace init_list optcomma '}' { $$ = NULL; }
828 optcomma : /* VOID */ label
1203 | '(' cast_type ')' clbrace init_list optcomma '}' {
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 636 enum_dcl: enum_head '{' moe_list optcomma '}' { $$ = enumdcl($1); }
812 | xnfdeclarator '=' begbr init_list optcomma '}' {
825 | ibrace init_list optcomma '}' { $$ = NULL; }
863 optcomma : /* VOID */ label
1230 | '(' cast_type ')' clbrace init_list optcomma '}' {

Completed in 32 milliseconds