Lines Matching refs:symbol
107 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
140 /* Put the tokens into the symbol table, so that GDB and other debuggers
188 struct symbol *symbol;
434 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
441 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
477 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
554 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
574 "end", "nl", "if_expr", "expr", "symbol", "word_opt", 0
590 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
772 symbol of state STATE-NUM. */
839 the previous symbol: RHS[0] (always defined). */
914 | Print this symbol on YYOUTPUT. |
947 | Print this symbol on YYOUTPUT. |
1281 | Release the memory associated to this symbol. |
1357 /* The lookahead symbol. */
1360 /* The semantic value of the lookahead symbol. */
1437 Keep to zero when no symbol should be popped. */
1555 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1670 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0);
1688 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0);
1748 …menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,(yyvsp[(2) - (5)].symbol), (yyvsp[(3) - (5)].symbol…
1778 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), SYMBOL_CHOICE);
1985 { (yyval.expr) = expr_alloc_symbol((yyvsp[(1) - (1)].symbol)); ;}
1990 …{ (yyval.expr) = expr_alloc_comp(E_EQUAL, (yyvsp[(1) - (3)].symbol), (yyvsp[(3) - (3)].symbol)); ;}
1995 …{ (yyval.expr) = expr_alloc_comp(E_UNEQUAL, (yyvsp[(1) - (3)].symbol), (yyvsp[(3) - (3)].symbol));…
2020 { (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), 0); free((yyvsp[(1) - (1)].string)); ;}
2025 …{ (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), SYMBOL_CONST); free((yyvsp[(1) - (1)].str…
2249 struct symbol *sym;
2372 struct symbol *sym = menu->sym;
2455 struct symbol *sym;
2503 #include "symbol.c"