Searched refs:expr_symbol_lines (Results 1 – 2 of 2) sorted by relevance
59 static struct expr_symbol_line *expr_symbol_lines; variable112 n->next = expr_symbol_lines; in make_expr_symbol()113 expr_symbol_lines = n; in make_expr_symbol()127 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.