Searched refs:VVOID (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlparser.h21 VVOID, /* no value */ enumerator in enum:__anon10631
H A Dlparser.c271 return VVOID; /* default is global */
283 if (singlevaraux(fs->prev, n, var, 0) == VVOID) /* try upper levels */
284 return VVOID; /* not found; is a global */
298 if (singlevaraux(fs, varname, var, 1) == VVOID) { /* global name? */
318 if (e->k != VVOID) luaK_exp2nextreg(fs, e); /* close last expression */
678 if (cc->v.k == VVOID) return; /* there is no list item */
680 cc->v.k = VVOID;
696 if (cc->v.k != VVOID)
744 init_exp(&cc.v, VVOID, 0); /* no value (yet) */
748 lua_assert(cc.v.k == VVOID || c
[all...]
H A Dlcode.c449 lua_assert(e->k == VVOID || e->k == VJMP);
/freebsd-13-stable/contrib/lua/src/
H A Dlparser.h26 VVOID, /* when 'expdesc' describes the last expression of a list, enumerator in enum:__anon5016
H A Dlparser.c426 init_exp(var, VVOID, 0); /* default is global */
456 if (var->k == VVOID) { /* global name? */
459 lua_assert(var->k != VVOID); /* this one must exist */
480 if (e->k != VVOID) /* at least one expression? */
857 if (cc->v.k == VVOID) return; /* there is no list item */
859 cc->v.k = VVOID;
876 if (cc->v.k != VVOID)
925 init_exp(&cc.v, VVOID, 0); /* no value (yet) */
928 lua_assert(cc.v.k == VVOID || cc.tostore > 0);
1021 args.k = VVOID;
[all...]

Completed in 99 milliseconds