代码搜索结果
找到约 10,000 项符合
Y 的代码
plural.y
%{
/* Expression parsing for plural form selection.
Copyright (C) 2000-2001, 2003 Free Software Foundation, Inc.
Written by Ulrich Drepper , 2000.
This program is free so
parse.y
/* parse.y - parser for flex input */
%token CHAR NUMBER SECTEND SCDECL XSCDECL NAME PREVCCL EOF_OP
%token OPTION_OP OPT_OUTFILE OPT_PREFIX OPT_YYCLASS
%token CCE_ALNUM CCE_ALPHA CCE_BLANK CCE_
parser.y
%{
#include "stdafx.h"
#include "resource.h"
#include "SearchExpr.h"
#include "scanner.h"
#include "OtherFunctions.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F
parser.y
%{
#include "stdafx.h"
#include "resource.h"
#include "SearchExpr.h"
#include "scanner.h"
#include "OtherFunctions.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F
plural.y
%{
/* Expression parsing for plural form selection.
Copyright (C) 2000-2001, 2003 Free Software Foundation, Inc.
Written by Ulrich Drepper , 2000.
This program is free so
words.y
1900 1901 1902 1903 1904 1905 1906 1907 1908 1909
1910 1911 1912 1913 1914 1915 1916 1917 1918 1919
1920 1921 1922 1923 1924 1925 1926 1927 1928 1929
1930 1931 1932 1933 1934 1935 1936 1937 1938 19
expspec.y
/**
@file BatchLang.y
@brief This file contains the actual parser definition for the EasyLocal++
language for batch experiences.
@author Andrea Schaerf (schaerf@uniud.it)
@author Luca Di
dsl.y
/*
Distributed Database Facilitator Parcer
Version 1.0
By Leroy G. Cain
1985 Columbia Union College
*/
%union
{
int stype;
char *nsbuf;
}
%token ADD
%token ALL
%token ALLOWED
%t