Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
YYFIX(1) OpenBSD Reference Manual YYFIX(1)
NAME
yyfix - extract tables from y.tab.c
SYNOPSIS
yyfix file [tables]
DESCRIPTION
Programs have historically used a script (often named ``:yyfix'') to ex-
tract tables from the yacc(1) generated file y.tab.c. As the names of the
tables generated by the current version of yacc are different from those
of historical versions of yacc, 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 determine
if the y.tab.c file is from an old or new yacc, and extracts the appro-
priate tables.
The tables ``yyexca'', ``yyact'', ``yypact'', ``yypgo'', ``yyr1'',
``yyr2'', ``yychk'', and ``yydef'' are extracted from historical versions
of yacc.
The tables ``yylhs'', ``yylen'', ``yydefred'', ``yydgoto'', ``yysindex'',
``yyrindex'', ``yygindex'', ``yytable'', ``yyname'', ``yyrule'', and
``yycheck'', are extracted from the current version of yacc.
FILES
y.tab.c File from which tables are extracted.
SEE ALSO
yacc(1)
HISTORY
The yyfix command first appeared in 4.4BSD.
OpenBSD 2.6 March 23, 1993 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for yyfix(1)
RocketLink!--> Man page versions:
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware >
yyfix.1/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|