Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.h20 #define incr_top(L) {L->top++; luaD_checkstack(L,0);} macro
H A Dlparser.c547 incr_top(L); in open_func()
1629 incr_top(L); in luaY_parser()
H A Dldo.c365 incr_top(L); in tryfuncTM()