代码搜索结果
找到约 10,000 项符合
Y 的代码
y.txt
E:\MyWorks\PenBex13\PBXSDK\src\FGWork\Large\y.bmp
Colors : Gray
Width : 7
Height : 12
WORD
0x626D,0x0400,0x0007,0x000C,0x0000,0x0000,0x0000,0xFCFC,0x3030,0x30C0,// 10
0x0CC0,0x0CC0,0x0300,0x03
y.c
/*
* a small awk clone
*
* (C) 1989 Saeko Hirabauashi & Kouichi Hirabayashi
*
* Absolutely no warranty. Use this software with your own risk.
*
* Permission to use, copy, modify and distribute
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
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
expr.y
/*@A (C) 1992 Allen I. Holub */
/* This is the occs input file for the expression compiler in Appendix E
*/
%term ID /* a string of lo
zconf.y
%{
/*
* Copyright (C) 2002 Roman Zippel
* Released under the terms of the GNU GPL v2.0.
*/
#include
#include
#include
#include
#in
commands.y
/*#@(#)commands.y 4.2 Ultrix 11/9/90*/
%{
/************************************************************************
* *
* Copyright (c) 1986 by *
* Digital Equipment Corporation, May
cpy.y
/*
* @(#)cpy.y 1.2 1/2/83
*/
%term number stop DEFINED
%term EQ NE LE GE LS RS
%term ANDAND OROR
%left ','
%right '='
%right '?' ':'
%left OROR
%left ANDAND
%left '|' '^'
%left '&'
%binary EQ NE
%bi
cgram.y
/*static char *sccsid = "@(#)cgram.y 4.1 (ULTRIX) 11/23/87";*/
/************************************************************************
* *
* Copyright (c) 1984 by *
* Digital Equi