代码搜索结果
找到约 10,000 项符合
Y 的代码
aclyacc.y
%{
#include
#include "acl2.h"
#include /* XXX REMOVE */
/* XXX remove */
unsigned char fmt_buf[32];
unsigned char fmt_buf2[32];
extern struct acl_list acl_list;
int x;
%}
%uni
myyacc.y
%{
#include
#include
#define MSDOS
int linecount;
extern int yylex();
extern int yyerror();
%}
%union{
char chr;
char *str;
int integer;
float real;
doub
gram.y
%{
#include
#ifndef UNIX
#include
#endif
#include "RT.h"
#include "command.h"
#define YYDEBUG 1
void CommandPrompt();
int yyerror(char *msg);
int yylex();
%}
%u
gram.y
%{
#include
#ifndef UNIX
#include
#endif
#include "RT.h"
#include "command.h"
#define YYDEBUG 1
void CommandPrompt();
int yyerror(char *msg);
int yylex();
%}
%u
gram.y
%{
#include
#ifndef UNIX
#include
#endif
#include "BT.h"
#include "command.h"
void CommandPrompt();
int yyerror(char *msg);
int yylex();
%}
%union {
BTkey *
parse.y
/* parse.y - parser for flex input */
%token CHAR NUMBER SECTEND SCDECL XSCDECL WHITESPACE NAME PREVCCL EOF_OP
%{
/*-
* Copyright (c) 1990 The Regents of the University of California.
* A
c--.y
%{
#include
#include
#include
#include
#include
#define HASHSIZE 128
//s
typedef struct aa
{ int type;
struct aa *next;
} fun_ty