代码搜索结果

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

awk.g.y

/* @(#)awk.g.y 4.1 ULTRIX 7/17/90 */ /************************************************* * Modification History * * 11-Jan-89 Tim N * Put in 4.3-5 fix for dumping core on syntax error. * Put in t

y4.c

#ifndef lint static char sccsid[] = "@(#)y4.c 4.1 (Berkeley) 2/11/83"; #endif not lint # include "dextern" # define a amem # define mem mem0 # define pa indgo # define yypact temp1 # define greed ty

y3.c

#ifndef lint static char sccsid[] = "@(#)y3.c 4.1 (Berkeley) 2/11/83"; #endif not lint # include "dextern" /* important local variables */ int lastred; /* the number of the last reduction of a sta

y2.c

#ifndef lint static char sccsid[] = "@(#)y2.c 4.1 (Berkeley) 2/11/83"; #endif not lint # include "dextern" # define IDENTIFIER 257 # define MARK 258 # define TERM 259 # define LEFT 260 # define RIGHT

y1.c

#ifndef lint static char sccsid[] = "@(#)y1.c 1.1 11/7/83"; #endif not lint # include "dextern" # include "yaccpar.h" /************************************************************************ *

y.tab.c

# define ENDOFFILE 0 # define PLUS 1 # define MINUS 2 # define ASTERISK 3 # define SLASH 4 # define ASSIGN 5 # define AMPERSAND 6 # define DOT 7 # define COMMA 8 # define SEMICOLON 9 # define LPAREN 1

y.tab.c

# define ENDOFFILE 0 # define PLUS 1 # define MINUS 2 # define ASTERISK 3 # define SLASH 4 # define ASSIGN 5 # define AMPERSAND 6 # define DOT 7 # define COMMA 8 # define SEMICOLON 9 # define LPAREN 1

y.tab.h

# define ENDOFFILE 0 # define PLUS 1 # define MINUS 2 # define ASTERISK 3 # define SLASH 4 # define ASSIGN 5 # define AMPERSAND 6 # define DOT 7 # define COMMA 8 # define SEMICOLON 9 # define LPAREN 1

y.tok.h

"CODESET", "COLLATION", "CONVERSION", "DEFAULT", "END", "EXTENDED", "STRINGTABLE", "IS", "PRIMARY", "REST", "SAME", "EQUAL", "VOID", "CODE", "STRING", "PROPERTY", "Identifier", "Cons

y.tab.h

typedef union { sym *y_sym; /* Identifier */ val *y_val; /* value: Constant or String or Identifier */ i_char y_prp; /* property word */ } YYSTYPE; extern YYSTYPE yylval; # define CODESET 257