Home
last modified time | relevance | path

Searched refs:insidetbc (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dlparser.c56 lu_byte insidetbc; /* true if inside the scope of a to-be-closed var. */ member
638 bl->insidetbc = (fs->bl != NULL && fs->bl->insidetbc); in enterblock()
1750 fs->bl->insidetbc = 1; /* in the scope of a to-be-closed variable */ in checktoclose()
1854 if (e.k == VCALL && nret == 1 && !fs->bl->insidetbc) { /* tail call? */ in retstat()