代码搜索结果

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

parse.y

/* C global declaration parser for genksyms. Copyright 1996, 1997 Linux International. New implementation contributed by Richard Henderson Based on original work by Bjorn Ekwa

zconf.y

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

grap.y

%{ #include #include #include #include #include "grap.h" #define RAND_MAX 32767 /* if your rand() returns bigger, change this too */ extern int yylex(void);

awkgram.y

/**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved Permission to use, copy, modify, and distribute this software and its docu

spin.y

/***** spin: spin.y *****/ /* Copyright (c) 1989-2003 by Lucent Technologies, Bell Laboratories. */ /* All Rights Reserved. This software is for educational purposes only. */ /* No guarantee wh

filter.y

%{ #include #include #include #include "dat.h" char *yylp; /* next character to be lex'd */ char *yybuffer; char *yyend; /* end of buffer to be parsed */ %} %term LOR %ter

na.y

/* NCR53c8xx assembler */ %{ #include #include #include #include #include "na.h" #define COND_WAIT (1L

dbg.y

%{ #include #include #include #include #define Extern extern #include "acid.h" %} %union { Node *node; Lsym *sym; uvlong ival; float fval; String *string; } %typ

eqn.y

%term CONTIG QTEXT SPACE THIN TAB %term MATRIX LCOL CCOL RCOL COL ABOVE %term MARK LINEUP %term SUM INT PROD UNION INTER %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE SPACE IFDEF %term DOTEQ

syn.y

%term FOR IN WHILE IF NOT TWIDDLE BANG SUBSHELL SWITCH FN %term WORD REDIR DUP PIPE SUB %term SIMPLE ARGLIST WORDS BRACE PAREN PCMD PIPEFD /* not used in syntax */ /* operator priorities -- lowest fir