Searched refs:expr_symbol_lines (Results 1 – 2 of 2) sorted by relevance
58 static struct expr_symbol_line *expr_symbol_lines; variable108 n->next = expr_symbol_lines; in make_expr_symbol()109 expr_symbol_lines = n; in make_expr_symbol()123 for (l = expr_symbol_lines; l != NULL; l = l->next) in expr_symbol_where()
4621 (expr_symbol_lines): New static variable.4622 (make_expr_symbol): Add entry to expr_symbol_lines.