Home | History | Annotate | Download | only in libyasm

Lines Matching defs:eh

810 expr_expand_equ(yasm_expr *e, yasm__exprhead *eh)
825 SLIST_FOREACH(np, eh, next) {
838 SLIST_INSERT_HEAD(eh, &ee, next);
839 e->terms[i].data.expn = expr_expand_equ(e->terms[i].data.expn, eh);
840 SLIST_REMOVE_HEAD(eh, next);
843 e->terms[i].data.expn = expr_expand_equ(e->terms[i].data.expn, eh);
899 yasm__exprhead eh;
900 SLIST_INIT(&eh);
905 e = expr_expand_equ(e, &eh);