Home | History | Annotate | Download | only in bison

Lines Matching full:string1

1180     %token <string> STRING1
1182 %type <string> string1
1188 %destructor { free ($$); printf ("%d", @$.first_line); } STRING1 string1
1193 "free". However, when the parser discards a "STRING1" or a "string1", it