Home | History | Annotate | Download | only in binutils

Lines Matching refs:REPEAT

28 static char * repeat;
45 %token REPEAT
175 repeat_it_field: '(' REPEAT NAME
182 printf("\tprintf(\"repeat %%d\\n\", %s);\n",$3);
184 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",$3);
200 oldrepeat = repeat;
201 repeat = $3;
207 repeat = oldrepeat;
287 repeat,
297 repeat,
322 if (repeat)
323 printf("\t/* repeat %s */\n", repeat);