#include "defs.h"Include dependency graph for skeleton.c:

Go to the source code of this file.
Functions | |
| write_section (section) | |
Variables | |
| char * | banner [] |
| char * | tables [] |
| char * | header [] |
| char * | body [] |
| char * | trailer [] |
|
|
Definition at line 287 of file skeleton.c. |
|
|
Initial value:
{
"#ifndef lint",
"static char yysccsid[] = \"@(#)yaccpar 1.9 (Berkeley) 02/21/93\";",
"#endif",
"#define YYBYACC 1",
"#define YYMAJOR 1",
"#define YYMINOR 9",
"#define yyclearin (yychar=(-1))",
"#define yyerrok (yyerrflag=0)",
"#define YYRECOVERING (yyerrflag!=0)",
0
}
Definition at line 15 of file skeleton.c. Referenced by do_getty(), exec_image(), main(), raw_install(), read_header(), reader(), and show_part(). |
|
|
Definition at line 77 of file skeleton.c. |
|
|
Initial value:
{
"#ifdef YYSTACKSIZE",
"#undef YYMAXDEPTH",
"#define YYMAXDEPTH YYSTACKSIZE",
"#else",
"#ifdef YYMAXDEPTH",
"#define YYSTACKSIZE YYMAXDEPTH",
"#else",
"#define YYSTACKSIZE 500",
"#define YYMAXDEPTH 500",
"#endif",
"#endif",
"int yydebug;",
"int yynerrs;",
"int yyerrflag;",
"int yychar;",
"short *yyssp;",
"YYSTYPE *yyvsp;",
"YYSTYPE yyval;",
"YYSTYPE yylval;",
"short yyss[YYSTACKSIZE];",
"YYSTYPE yyvs[YYSTACKSIZE];",
"#define yystacksize YYSTACKSIZE",
0
}
Definition at line 49 of file skeleton.c. |
|
|
Initial value:
{
"extern short yylhs[];",
"extern short yylen[];",
"extern short yydefred[];",
"extern short yydgoto[];",
"extern short yysindex[];",
"extern short yyrindex[];",
"extern short yygindex[];",
"extern short yytable[];",
"extern short yycheck[];",
"#if YYDEBUG",
"extern char *yyname[];",
"extern char *yyrule[];",
"#endif",
0
}
Definition at line 30 of file skeleton.c. Referenced by output(). |
|
|
Definition at line 225 of file skeleton.c. Referenced by output(). |
1.4.6