Searched refs:need_flag (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.y125 static int need_flag = 0;
1185 flag : { need_flag = 1; } FLAG { need_flag = 0; $$ = $2; }
1657 && !(token_table[i].token == FLAG && !need_flag))
H A Drl78-parse.y86 static int need_flag = 0;
1432 && !(token_table[i].token == FLAG && !need_flag))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.y125 static int need_flag = 0;
1185 flag : { need_flag = 1; } FLAG { need_flag = 0; $$ = $2; }
1657 && !(token_table[i].token == FLAG && !need_flag))
H A Drl78-parse.y86 static int need_flag = 0;
1432 && !(token_table[i].token == FLAG && !need_flag))
H A Drx-parse.c183 static int need_flag = 0; variable
4261 { need_flag = 1; }
4267 { need_flag = 0; (yyval.regno) = (yyvsp[0].regno); }
5003 && !(token_table[i].token == FLAG && !need_flag))
H A Drl78-parse.c144 static int need_flag = 0; variable
4676 && !(token_table[i].token == FLAG && !need_flag))
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Drx-parse.y125 static int need_flag = 0;
1185 flag : { need_flag = 1; } FLAG { need_flag = 0; $$ = $2; }
1657 && !(token_table[i].token == FLAG && !need_flag))
H A Drl78-parse.y86 static int need_flag = 0;
1432 && !(token_table[i].token == FLAG && !need_flag))
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Drx-parse.c179 static int need_flag = 0; variable
4111 { need_flag = 1; }
4117 { need_flag = 0; (yyval.regno) = (yyvsp[0].regno); }
4888 && !(token_table[i].token == FLAG && !need_flag))
H A Drl78-parse.c140 static int need_flag = 0; variable
4640 && !(token_table[i].token == FLAG && !need_flag))

Completed in 210 milliseconds