Lines Matching refs:literal
155 char *literal;
1767 (yyval.array).bits = eval_literal((yyvsp[(2) - (3)].literal), 0, 7);
1844 (yyval.integer) = eval_literal((yyvsp[(1) - (1)].literal), 0, 64);
1852 (yyval.integer) = eval_char_literal((yyvsp[(1) - (1)].literal));
2332 print_error("bad characters in literal");
2336 print_error("literal out of range");
2338 print_error("bad literal");
2349 print_error("empty character literal");
2354 * If the first character in the character literal is a \ then process
2357 * character in the literal and will be returned.
2363 print_error("malformed character literal");