Lines Matching refs:symbol
104 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
133 /* Put the tokens into the symbol table, so that GDB and other debuggers
181 struct symbol *symbol;
431 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
438 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
474 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
551 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
571 "end", "nl", "if_expr", "expr", "symbol", "word_opt", 0
587 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
774 symbol of state STATE-NUM. */
849 the previous symbol: RHS[0] (always defined). */
915 | Print this symbol on YYOUTPUT. |
948 | Print this symbol on YYOUTPUT. |
1308 | Release the memory associated to this symbol. |
1385 /* The lookahead symbol. */
1388 /* The semantic value of the lookahead symbol. */
1462 Keep to zero when no symbol should be popped. */
1580 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1695 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0);
1713 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0);
1773 …menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,(yyvsp[(2) - (5)].symbol), (yyvsp[(3) - (5)].symbol…
1803 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), SYMBOL_CHOICE);
2010 { (yyval.expr) = expr_alloc_symbol((yyvsp[(1) - (1)].symbol)); }
2015 … { (yyval.expr) = expr_alloc_comp(E_EQUAL, (yyvsp[(1) - (3)].symbol), (yyvsp[(3) - (3)].symbol)); }
2020 …{ (yyval.expr) = expr_alloc_comp(E_UNEQUAL, (yyvsp[(1) - (3)].symbol), (yyvsp[(3) - (3)].symbol));…
2045 { (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), 0); free((yyvsp[(1) - (1)].string)); }
2050 …{ (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), SYMBOL_CONST); free((yyvsp[(1) - (1)].str…
2293 struct symbol *sym;
2405 struct symbol *sym = menu->sym;
2488 struct symbol *sym;
2536 #include "symbol.c"