代码搜索结果

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

zconf.y

%{ /* * Copyright (C) 2002 Roman Zippel * Released under the terms of the GNU GPL v2.0. */ #include #include #include #include #in

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

getdate.y

%expect 10 %{ /* ** Originally written by Steven M. Bellovin while ** at the University of North Carolina at Chapel Hill. Later tweaked by ** a couple of people on Us

y.h

#define CONFIG_INPUT_TSDEV_SCREEN_Y 320

y.h

#define CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768

uparse.y

/* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1998, 2000 University of Maryland at College Park * All Rights Reserved. * * Permission to use, copy, modif

uparse.y

/* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1998, 2000 University of Maryland at College Park * All Rights Reserved. * * Permission to use, copy, modif

sbc.y

, %{ /* sbc.y: A POSIX bc processor written for minix with no extensions. */ /* This file is part of bc written for MINIX. Copyright (C) 1991, 1992 Free Software Foundation, Inc. This pro

bc.y

%{ /* bc.y: The grammar for a POSIX compatable bc processor with some extensions to the language. */ /* This file is part of bc written for MINIX. Copyright (C) 1991, 1992 Free Software

parse.y

/* parse.y - parser for flex input */ %token CHAR NUMBER SECTEND SCDECL XSCDECL WHITESPACE NAME PREVCCL EOF_OP %{ /*- * Copyright (c) 1990 The Regents of the University of California. * All right