代码搜索结果
找到约 10,000 项符合
Y 的代码
cql.y
/* $Id: cql.y,v 1.6 2003/09/04 18:13:39 adam Exp $
Copyright (C) 2002-2003
Index Data Aps
This file is part of the YAZ toolkit.
See the file LICENSE.
bison parser for CQL grammar.
*/
%{
#inc
getdate.y
%{
/*
** Originally written by Steven M. Bellovin while
** at the University of North Carolina at Chapel Hill. Later tweaked by
** a couple of people on Usenet. Completely
query.y
%{
static char rcsid[] = "$Id: query.y,v 2.2 1997/11/21 17:42:54 sxw Exp $";
/*
* query.y -- Broker query manager interface grammer (yacc/bison).
*
*
* DEBUG: none
* AUTHOR: Harvest derived
cmdpars.y
%name cl_ucsim_parser
%{
#include "cmdlexcl.h"
#include "memcl.h"
#include "globals.h"
#include "stypes.h"
%}
%pure_parser
%define INHERIT : public cl_base
%define MEMBERS class cl_ucsim_lexer *le
plural.y
%{
/* Expression parsing for plural form selection.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Written by Ulrich Drepper , 2000.
This program is free softwar
parser.y
%{
#include
#include
#include "v86bios.h"
#include "pci.h"
#define YYSTYPE unsigned long
#define MAX_VAR 0x20
CARD32 var[MAX_VAR];
CARD32 var_mem;
parser.y
%{
#include
#include
#include "v86bios.h"
#include "pci.h"
#define YYSTYPE unsigned long
#define MAX_VAR 0x20
CARD32 var[MAX_VAR];
CARD32 var_mem;
i86biosReg
y.java
package org.hibernate.test;
public class Y {
private Long id;
private String x;
private X theX;
/**
* Returns the id.
* @return Long
*/
public Long getId() {
return id;
parser.y
%{
#include
#include
#include "v86bios.h"
#include "pci.h"
#define YYSTYPE unsigned long
#define MAX_VAR 0x20
CARD32 var[MAX_VAR];
CARD32 var_mem;
i86biosReg
jamgram.y
%token _BANG_t
%token _BANG_EQUALS_t
%token _AMPER_t
%token _AMPERAMPER_t
%token _LPAREN_t
%token _RPAREN_t
%token _PLUS_EQUALS_t
%token _COLON_t
%token _SEMIC_t
%token _LANGLE_t
%token _LAN