代码搜索结果

找到约 10,000 项符合 Y 的代码

parse.y

%{ /* * PROGRAM: Dynamic SQL runtime support * MODULE: parse.y * DESCRIPTION: Dynamic SQL parser * * The contents of this file are subject to the Interbase Public * License Version 1.0 (the "L

installparse.y

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of

gram.y

%{ /********************************************************************** * gram.y - Parser for the PL/pgSQL * procedural language * * IDENTIFICATION * $Header: /usr/local/cvsroot/pgsql/

bootparse.y

%{ /*------------------------------------------------------------------------- * * backendparse.y * yacc parser grammer for the "backend" initialization program. * * Copyright (c) 1994, Regents

gram.y

%{ /* -*-text-*- */ /*#define YYDEBUG 1*/ /*------------------------------------------------------------------------- * * gram.y * POSTGRES SQL YACC rules/actions * * Copyright (c) 1994, Regen

preproc.y

/* Copyright comment */ %{ #include #include #include #include "postgres.h" #include "access/htup.h" #include "catalog/catname.h" #include "utils/numeric.h" #include

chanimy.y

%{ /*---------------------------------------------------------------------------- .###. ### ### ,#, .###. ,#######, ,####"" ### .### ,##'##,

nmcalc.y

/* !declBegin! */ %{ #include #include #include int yylex(void); void yyerror(const char *errMsg); /* Typedef typical unary function. */ typedef double (*MathFn

mfcalc.y

/* !declBegin! */ %{ #include #include #include int yylex(void); void yyerror(const char *errMsg); /* Typedef typical unary function. */ typedef double (*MathFn

rpcalc.y

/* !declBegin! */ /* Reverse polish notation calculator. */ %{ #include #include #define YYSTYPE double int yylex(void); void yyerror(const char *errMsg); %} %token NUM_TOK %%