代码搜索结果
找到约 10,000 项符合
Y 的代码
kgram.y
%{
# include
# include "ansi_parse.h"
# include "lif.h"
static set_typedef = 0;
static char sccsid[] = "@(#)kgram.y 1.7 10/26/94";
static char *parse_h_sccs_id = PARSE_H_SCCS_ID;
st
parse.y
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
cforms.y
%{
#include "config.h"
#include "token.h"
#include "comp.h"
extern int yyerror();
static int keywords = 1;
static int last_x = 0, last_y = 0 , *last = &last_x;
struct {
struct field field;
s
cy.y
//ANSI C Yacc grammar
//In 1985, Jeff Lee published his Yacc grammar (which is accompanied by a matching Lex specification) for the April 30, 1985 draft version of the ANSI C standard. Tom Stockfisc