xref: /illumos-gate/usr/src/lib/libfru/libfru/yy-sed (revision 1da57d55)
1#
2# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25
26s/yyact/fruact/g
27s/yychar/fruchar/g
28s/yychk/fruchk/g
29s/yydebug/frudebug/g
30s/yydef/frudef/g
31s/yyerrflag/fruerrflag/g
32s/yyerror/fruerror/g
33s/yyexca/fruexca/g
34s/yylex/frulex/g
35s/yylval/frulval/g
36s/yynerrs/frunerrs/g
37s/yypact/frupact/g
38s/yyparse/fruparse/g
39s/yypgo/frupgo/g
40s/yyps/frups/g
41s/yypv/frupv/g
42s/yyr1/frur1/g
43s/yyr2/frur2/g
44s/yyreds/frureds/g
45s/yys/frus/g
46s/yystate/frustate/g
47s/yytmp/frutmp/g
48s/yytoks/frutoks/g
49s/yyv/fruv/g
50s/yyval/fruval/g
51s/yywrap/fruwrap/g
52