Lines Matching refs:ustr
208 unichar *ustr;
1329 cur_node->user_text = (yyvsp[0].ustr);
1407 mcset_msg_id_typedef = (yyvsp[0].ustr);
1437 mc_add_keyword ((yyvsp[-3].ustr), MCTOKEN, "severity", (yyvsp[-1].ival), (yyvsp[0].ustr));
1463 mc_add_keyword ((yyvsp[-3].ustr), MCTOKEN, "facility", (yyvsp[-1].ival), (yyvsp[0].ustr));
1489 mc_add_keyword ((yyvsp[-5].ustr), MCTOKEN, "language", (yyvsp[-3].ival), (yyvsp[0].ustr));
1521 (yyval.ustr) = NULL;
1529 (yyval.ustr) = (yyvsp[0].ustr);
1536 { mc_fatal ("illegal token in identifier"); (yyval.ustr) = NULL; }
1668 mc_last_symbol = (yyvsp[0].ustr);
1678 h->message = (yyvsp[-1].ustr);
1688 (yyval.ustr) = (yyvsp[0].ustr);
1698 l1 = unichar_len ((yyvsp[-1].ustr));
1699 l2 = unichar_len ((yyvsp[0].ustr));
1701 if (l1) memcpy (h, (yyvsp[-1].ustr), l1 * sizeof (unichar));
1702 if (l2) memcpy (&h[l1], (yyvsp[0].ustr), l2 * sizeof (unichar));
1704 (yyval.ustr) = h;
1711 { mc_fatal ("missing end of message text"); (yyval.ustr) = NULL; }
1717 { mc_fatal ("missing end of message text"); (yyval.ustr) = (yyvsp[-1].ustr); }
1723 { (yyval.ustr) = (yyvsp[0].ustr); }
1732 l1 = unichar_len ((yyvsp[-1].ustr));
1733 l2 = unichar_len ((yyvsp[0].ustr));
1735 if (l1) memcpy (h, (yyvsp[-1].ustr), l1 * sizeof (unichar));
1736 if (l2) memcpy (&h[l1], (yyvsp[0].ustr), l2 * sizeof (unichar));
1738 (yyval.ustr) = h;
1789 { (yyval.ustr) = (yyvsp[0].ustr); }
1795 { (yyval.ustr) = (yyvsp[0].tok)->usz; }