代码搜索结果

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

parse.y

/* YACC parser for C++ syntax. Copyright (C) 1988, 1989, 1993, 1994, 1995 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GNU CC. GNU CC is f

grammer.y

%{ #include #include #include "netconfig.h" extern struct icmp_item *ICMP_Send; extern struct icmp_item *ICMP_Recv; extern struct udp_item *UDP_Send; extern struct udp_item *UDP

mglyac.y

%{ #include #include #include int screen_done = 1; /* 1 if done, 0 otherwise */ char *act_str; /* extra argument for an action */ char *cmd_str; /* extra argum

y_output

state 0 $accept : .Program Program : . (1) . reduce 1 Program goto 1 Prefix : state 1 $accept : Program. Program : Program.Statement SEMICO $end accept FOR shift

funcdraw.y

// -------------------------- funcdraw.y ------------------------------ %{ # include "semantics.h" extern int yylex (void) ; extern unsigned char *yytext; #define YYSTYPE struct ExprNode * /

parse.y

%{ #define YYPARSER /* distinguishes Yacc output from other code files */ #include "globals.h" #include "util.h" #include "scan.h" #include "parse.h" static char * savedFunName; /* for use

gram.y

/* @(#) gram.y 1.3 1/27/86 17:49:00 */ /*ident "@(#)cfront:src/gram.y 1.3" */ /************************************************************************* C++ source for cfront, the C++ compiler fron

evalparse.y

%pure_parser %{ #define YYPARSE_PARAM resultptr #include "evaltype.h" #include "eval.h" void yyerror (char *s) { set_eval_error(s); } %} %union { eval_scalar scalar; char *ident; eval_scala