summaryrefslogtreecommitdiff
path: root/dviware/quicspool/libqmsquery/lexsed
blob: f480aae5841b0faa3e25e8162e205bbc362ccf31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
s/^yylex()/static &/
s/^FILE \*yyin/static &/
s/^int yyvstop\[\]/static &/
s/^struct.*yycrank\[\] =/static &/
s/^struct.*yysvec\[\] =/static &/
s/^struct yywork \*yytop/static &/
s/^struct yysvf \*yybgin/static &/
s/^char yymatch\[\]/static &/
s/^char yyextra\[\]/static &/
s/^int yylineno/static &/
s/^char \*yysptr/static &/
s/^int yyprevious/static &/
s/^yylook()/static &/
s/^yyback(p, m)/static &/
s/^yyinput(){/static &/
s/^yyoutput(c)/static &/
s/^yyunput(c)/static &/