Home
last modified time | relevance | path

Searched refs:c_value (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dscan.l261 "+"|"-"|";"|"("|")"|"{"|"}"|"["|"]"|","|"^" { yylval.c_value = yytext[0];
266 "*"|"/"|"%"|"&" { yylval.c_value = yytext[0]; return((int)yytext[0]); }
267 "="|\+=|-=|\*=|\/=|%=|\^= { yylval.c_value = yytext[0]; return(ASSIGN_OP); }
275 yylval.c_value = yytext[1];
277 yylval.c_value = '=';
283 \+\+|-- { yylval.c_value = yytext[0]; return(INCR_DECR); }
H A Dbc.y60 char c_value; member
89 %token <c_value> ASSIGN_OP
93 %token <c_value> INCR_DECR
108 %type <c_value> '+' '-' '*' '/' '%'
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Ddecl_struct_c90.c15 void (*c_value)(void); member
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20102079 * coffread.c (struct coff_symbol): Change c_value type from `long' to
H A DChangeLog-20133720 of c_value member.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20102079 * coffread.c (struct coff_symbol): Change c_value type from `long' to
H A DChangeLog-20133720 of c_value member.