代码搜索结果

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

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 "globals.h" %} %defines %union{ const char *utf8; ju2 index; } %token TOK_ATTRIBUTE %token TOK_UTF8 %token TOK_CONSTANT %token TOK_CLASS %token TOK_FIEL

gram.y

%{ #include #include "lburg.h" static char rcsid[] = "$Id: gram.y 145 2001-10-17 21:53:10Z timo $"; /*lint -e616 -e527 -e652 -esym(552,yynerrs) -esym(563,yynewstate,yyerrlab) */ static

y.h

#define CONFIG_INPUT_MOUSEDEV_SCREEN_Y (768)

plural.y

%{ /* Expression parsing for plural form selection. Copyright (C) 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Ulrich Drepper

nsparser.y

%{ /* $NetBSD: nsparser.y,v 1.3 1999/01/25 00:16:18 lukem Exp $ */ /*- * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software c

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.h

#define DATA_Y_SIZE 384 #ifdef __LOAD_SDRAM static CCHAR _cData_Y[DATA_Y_SIZE] = { 0xa0, 0x16, 0x13, 0x2d, 0x7c, 0x04, 0x00, 0x14, 0x37, 0x29, 0x43, 0x74, 0xcc, 0x72, 0x32, 0xd9, 0xf4, 0xa9, 0xa9,

y.h

#define DATA_Y_SIZE 384 #ifdef __LOAD_SDRAM static CCHAR _cData_Y[DATA_Y_SIZE] = { 0xa0, 0x16, 0x13, 0x2d, 0x7c, 0x04, 0x00, 0x14, 0x37, 0x29, 0x43, 0x74, 0xcc, 0x72, 0x32, 0xd9, 0xf4, 0xa9, 0xa9,

tiny.y

/****************************************************/ /* File: tiny.y */ /* The TINY Yacc/Bison specification file */ /* Compiler Construction: Princi