代码搜索结果

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

upars.y

/* @(#)upars.y 4.1 7/2/90 */ /* * Program upars, Module * * * Copyright (c) 1985 by * Digital Equipment Corporation, Maynard, MA * All rights reserved. * *

screentab.y

%{ /* * SCCSID: @(#)screentab.y 4.2 (ULTRIX) 4/30/91 * * screentab.y * * yacc grammar for screentab * * Modification history: * * 19 December 1988 Jeffrey Mogul/DECWRL * Created. */ /* *

ftpcmd.y

/************************************************************************ * * * Copyright (c) 1984,1988 by * * Digital Equipment Corporation, Maynard, MA * * All rights reserved.

tcpgram.y

%{ #ifndef lint static char *sccsid = "@(#)tcpgram.y 4.2 (ULTRIX) 1/25/91"; #endif /* * Copyright (c) 1988-1990 The Regents of the University of California. * All rights reserved. * * Redistributi

cpy.y

/* @(#)cpy.y 1.2 */ %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 %binary '

cgram.y

%term NAME 2 %term STRING 3 %term ICON 4 %term FCON 5 %term PLUS 6 %term MINUS 8 %term MUL 11 %term AND 14 %term OR 17 %term ER 19 %term QUEST 21 %term COLON 22 %term ANDAND 23 %ter

parser.y

%token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS %left SCON '/' NEWE %left '|' %left '$' '^' %left CHAR CCL NCCL '(' '.' STR NULLS %left ITER %left CAT %left '*' '+' '?' %{ #ifndef lint static cha

parser.y

%{ /* ctrace - C program debugging tool * * C statement parser * */ #ifndef lint static char *sccsid = "@(#)parser.y 4.1 (ULTRIX) 7/17/90"; #endif lint /****************************************

beauty.y

%term xxif 300 xxelse 301 xxwhile 302 xxrept 303 xxdo 304 xxrb 305 xxpred 306 %term xxident 307 xxle 308 xxge 309 xxne 310 xxnum 311 xxcom 312 %term xxstring 313 xxexplist 314 xxidpar 315 xxelseif 31

gram.y

%{#include "defs" static char *sccsid = "@(#)gram.y 4.1 (ULTRIX) 7/17/90"; %} %term NAME SHELLINE START MACRODEF COLON DOUBLECOLON GREATER %union { struct shblock *yshblock; struct depblock *ydepb