Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.h20 #define incr_top(L) {L->top++; luaD_checkstack(L,0);} macro
H A Dlundump.c221 setclLvalue(L,L->top,cl); incr_top(L); in luaU_undump()
H A Dlparser.c549 incr_top(L); in open_func()
1624 incr_top(L); in luaY_parser()
H A Dldo.c286 incr_top(L); in tryfuncTM()