代码搜索结果
找到约 10,000 项符合
Y 的代码
gram.y
%{
#include
#ifndef UNIX
#include
#endif
#include "RT.h"
#include "command.h"
#define YYDEBUG 1
void CommandPrompt();
int yyerror(char *msg);
int yylex();
%}
%union {
RTk
gram.y
%{
#include
#ifndef UNIX
#include
#endif
#include "RT.h"
#include "command.h"
#define YYDEBUG 1
void CommandPrompt();
int yyerror(char *msg);
int yylex();
%}
%union {
RTk
gram.y
%{
#include
#ifndef UNIX
#include
#endif
#include "BT.h"
#include "command.h"
void CommandPrompt();
int yyerror(char *msg);
int yylex();
%}
%union {
BTkey *key;
char
as31.y
/* ----------------------------------------------------------------------
* FILE: as31.y
* PACKAGE: as31 - 8031/8051 Assembler.
*
* DESCRIPTION:
* This file contains the yacc parser for the assem
makefile-y
#
# DOC driver Makefile for Linux 2.6.
# Copyright (C) 2006, msystems Ltd. All rights reserved.
#
# Use this Makefile if you want to link DOC driver statically
# with the Linux kernel.
#
obj-y += t
myparser.y
%{
/************************7****************************************************
myparser.y
ParserWizard generated YACC file.
Date: 2007年12月13日
************************************************
redbase.y
%token LPAREN RPAREN SEMICOLON COMMA DBLQUOTE SHELL USE
%token CREATE DROP DATABASE TABLE DELETE FROM
%token CROSS_PRODUCT EQUIJOIN EQUIJOIN_OPT ON EQUALS
%token LOAD HELP PRINT EXIT
%token INTVAL FL