Searched refs:incr_top (Results 1 – 3 of 3) sorted by relevance
20 #define incr_top(L) {L->top++; luaD_checkstack(L,0);} macro
547 incr_top(L); in open_func()1629 incr_top(L); in luaY_parser()
365 incr_top(L); in tryfuncTM()