Query: freebsd-yyfix
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YYFIX(1) BSD General Commands Manual YYFIX(1)NAMEyyfix -- extract tables from y.tab.cSYNOPSISyyfix file [tables]DESCRIPTIONPrograms have historically used a script (often named ``:yyfix'') to extract tables from the yacc(1) generated file y.tab.c. As the names of the tables generated by the current version of yacc(1) are different from those of historical versions of yacc(1), the shell script yyfix is provided to simplify the transition. The first (and required) argument to yyfix is the name of the file where the extracted tables should be stored. If further command line arguments are specified, they are taken as the list of tables to be extracted. Otherwise, yyfix attempts to deter- mine if the y.tab.c file is from an old or new yacc(1), and extracts the appropriate tables. The tables ``yyexca'', ``yyact'', ``yypact'', ``yypgo'', ``yyr1'', ``yyr2'', ``yychk'', and ``yydef'' are extracted from historical versions of yacc(1). The tables ``yylhs'', ``yylen'', ``yydefred'', ``yydgoto'', ``yysindex'', ``yyrindex'', ``yygindex'', ``yytable'', ``yyname'', ``yyrule'', and ``yycheck'', are extracted from the current version of yacc(1).FILESy.tab.c File from which tables are extracted.SEE ALSOyacc(1)HISTORYThe yyfix command first appeared in 4.4BSD.BSDMarch 23, 1993 BSD
Related Man Pages |
---|
byacc(1) - redhat |
yacc(1) - sunos |
yacc(1) - bsd |
freebsd-yacc(1) - debian |
yacc(1) - v7 |
Similar Topics in the Unix Linux Community |
---|
Loop through and truncate tables |
awk - list to tables |
Best way to dump metadata to file: when and by who? |
merge multiple tables with perl |
Mailing query results in tabular format |