Searched refs:next_ci (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.c300 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L))) macro
319 ci = next_ci(L); /* now 'enter' new function */
350 ci = next_ci(L); /* now 'enter' new function */
/freebsd-11-stable/contrib/lua/src/
H A Dldo.c395 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L))) macro
425 ci = next_ci(L); /* now 'enter' new function */
453 ci = next_ci(L); /* now 'enter' new function */

Completed in 63 milliseconds