Searched refs:lastref (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libexpr/
H A Dexlib.h150 Exref_t* lastref; /* last in . reference list */ member in struct:Exstate_s
H A Dexparse.y1041 $$ = expr.refs = expr.lastref = 0;
1048 if (expr.lastref)
1050 r->symbol = QUALIFY(expr.lastref, $2);
1051 expr.lastref->next = r;
1058 expr.lastref = r;
H A DOexparse.c1988 exval.reference = expr.refs = expr.lastref = 0;
1997 if (expr.lastref)
1999 r->symbol = QUALIFY(expr.lastref, exvsp[-2].id);
2000 expr.lastref->next = r;
2007 expr.lastref = r;

Completed in 18 milliseconds