PageRenderTime 79ms queryTime 30ms sortTime 0ms getByIdsTime 13ms findMatchingLines 5ms

20+ results for 'yychar' (79 ms)

Not the results you expected?
parser.y http://opensource.apple.com/release/ios-511/ | yacc | 603 lines
                    
53use vars qw(
                    
54  $asn $yychar $yyerrflag $yynerrs $yyn @yyss
                    
55  $yyssp $yystate @yyvs $yyvsp $yylval $yys $yym $yyval
                    
                
parser.y git://pkgs.fedoraproject.org/mingw-crt | yacc | 2822 lines
                    
44# ifndef YYEMPTY
                    
45#  define YYEMPTY	(-1)	/* Empty lookahead value of yychar */
                    
46# endif
                    
398	;
                    
399import_start: tIMPORT aSTRING ';'		{ assert(yychar == YYEMPTY);
                    
400						  $$ = xmalloc(sizeof(struct _import_t));
                    
402						  $$->import_performed = do_import($2);
                    
403						  if (!$$->import_performed) yychar = aEOF;
                    
404						}
                    
                
c-exp.y git://pkgs.fedoraproject.org/mingw-gdb | yacc | 2702 lines
                    
70#define	yylval	c_lval
                    
71#define	yychar	c_char
                    
72#define	yydebug	c_debug
                    
                
f-exp.y git://pkgs.fedoraproject.org/avr-gdb | yacc | 1223 lines
                    
73#define	yylval	f_lval
                    
74#define	yychar	f_char
                    
75#define	yydebug	f_debug
                    
                
stdparse.y https://crystal.svn.sourceforge.net/svnroot/crystal | yacc | 1089 lines
                    
56#define YYERROR_EXTENDED(msg)						\
                    
57  if (yychar == STRING)							\
                    
58  {									\
                    
61  }									\
                    
62  else if (yychar == NUMBER)						\
                    
63  {									\
                    
                
parse.y http://opensource.apple.com/release/ios-511/ | yacc | 6096 lines
                    
51#define yylval ruby_yylval
                    
52#define yychar ruby_yychar
                    
53#define yydebug ruby_yydebug
                    
                
perly.y http://opensource.apple.com/release/ios-511/ | yacc | 759 lines
                    
48#define yyerrflag   PL_yyerrflag
                    
49#define yychar	    PL_yychar
                    
50#define yyval	    PL_yyval
                    
58    int oldyyerrflag;
                    
59    int oldyychar;
                    
60    YYSTYPE oldyyval;
                    
84#ifdef USE_PURE_BISON
                    
85#define YYLEX_PARAM (&yychar)
                    
86#endif
                    
                
vcc.y git://pkgs.fedoraproject.org/kdepimlibs | yacc | 1234 lines
                    
67#define yyerror mime_error
                    
68#define yychar mime_char
                    
69/* #define p_yyval p_mime_val */
                    
                
slp_attr_y.y https://openslp.svn.sourceforge.net/svnroot/openslp | yacc | 372 lines
                    
46#define yylval          slp_attr_lval
                    
47#define yychar          slp_attr_char
                    
48#define yydebug         slp_attr_debug
                    
                
SDCC.y https://sdcc.svn.sourceforge.net/svnroot/sdcc | yacc | 1364 lines
                    
65    structdef  *sdef;      /* structure definition       */
                    
66    char       yychar[SDCC_NAME_MAX+1];
                    
67    sym_link       *lnk ;      /* declarator  or specifier   */
                    
74
                    
75%token <yychar> IDENTIFIER TYPE_NAME
                    
76%token <val>   CONSTANT   STRING_LITERAL
                    
                
deffilep.y https://sdcc.svn.sourceforge.net/svnroot/sdcc | yacc | 1004 lines
                    
45#define	yylval	def_lval
                    
46#define	yychar	def_char
                    
47#define	yydebug	def_debug
                    
                
SDCC.y https://sdcc.svn.sourceforge.net/svnroot/sdcc | yacc | 1331 lines
                    
60    structdef  *sdef;      /* structure definition       */
                    
61    char       yychar[SDCC_NAME_MAX+1];
                    
62    link       *lnk ;      /* declarator  or specifier   */
                    
69
                    
70%token <yychar> IDENTIFIER TYPE_NAME
                    
71%token <val>   CONSTANT   STRING_LITERAL
                    
                
SDCC.y https://sdcc.svn.sourceforge.net/svnroot/sdcc | yacc | 1783 lines
                    
72    structdef  *sdef;      /* structure definition       */
                    
73    char       yychar[SDCC_NAME_MAX+1];
                    
74    sym_link   *lnk ;      /* declarator  or specifier   */
                    
82
                    
83%token <yychar> IDENTIFIER TYPE_NAME
                    
84%token <val> CONSTANT STRING_LITERAL
                    
                
SDCC.y https://sdcc.svn.sourceforge.net/svnroot/sdcc | yacc | 1687 lines
                    
72    structdef  *sdef;      /* structure definition       */
                    
73    char       yychar[SDCC_NAME_MAX+1];
                    
74    sym_link   *lnk ;      /* declarator  or specifier   */
                    
81
                    
82%token <yychar> IDENTIFIER TYPE_NAME
                    
83%token <val>   CONSTANT   STRING_LITERAL
                    
                
posixtm.y https://bitbucket.org/dabomb69/bash-portable | yacc | 243 lines
                    
82#define yylval  pt_lval
                    
83#define yychar  pt_char
                    
84#define yydebug pt_debug
                    
                
slp_filter_y.y https://openslp.svn.sourceforge.net/svnroot/openslp | yacc | 374 lines
                    
31#define yylval        slp_filter_lval
                    
32#define yychar        slp_filter_char
                    
33#define yydebug       slp_filter_debug
                    
                
parser.y https://swig.svn.sourceforge.net/svnroot/swig | yacc | 1914 lines
                    
17#define yylval  lparse_yylval
                    
18#define yychar  lparse_yychar
                    
19#define yynerrs lparse_yynerrs
                    
                
hqlgram.y https://github.com/emuharemagic/HPCC-Platform.git | yacc | 12422 lines
                    
91static void eclsyntaxerror(HqlGram * parser, const char * s, short yystate, int token);
                    
92#define eclyyerror(parser, s)       eclsyntaxerror(parser, s, yystate, yychar)
                    
93#define ignoreBisonWarning(x)
                    
                
objc-exp.y http://opensource.apple.com/release/mac-os-x-1074/ | yacc | 1853 lines
                    
91#define	yylval		objc_lval
                    
92#define	yychar		objc_char
                    
93#define	yydebug		objc_debug
                    
                
ada-exp.y http://opensource.apple.com/release/mac-os-x-1074/ | yacc | 994 lines
                    
91#define	yylval	ada_lval
                    
92#define	yychar	ada_char
                    
93#define	yydebug	ada_debug
                    
                
 

Source

Language