HomeSort by relevance Sort by last modified time
    Searched refs:VVOID (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 20 VVOID, /* no value */
lparser.c 273 return VVOID; /* default is global */
285 if (singlevaraux(fs->prev, n, var, 0) == VVOID) /* try upper levels */
286 return VVOID; /* not found; is a global */
300 if (singlevaraux(fs, varname, var, 1) == VVOID) { /* global name? */
320 if (e->k != VVOID) luaK_exp2nextreg(fs, e); /* close last expression */
674 if (cc->v.k == VVOID) return; /* there is no list item */
676 cc->v.k = VVOID;
692 if (cc->v.k != VVOID)
740 init_exp(&cc.v, VVOID, 0); /* no value (yet) */
744 lua_assert(cc.v.k == VVOID || cc.tostore > 0)
    [all...]
lcode.c 451 lua_assert(e->k == VVOID || e->k == VJMP);
  /external/syslinux/com32/lua/src/
lparser.h 20 VVOID, /* no value */
lparser.c 273 return VVOID; /* default is global */
285 if (singlevaraux(fs->prev, n, var, 0) == VVOID) /* try upper levels */
286 return VVOID; /* not found; is a global */
300 if (singlevaraux(fs, varname, var, 1) == VVOID) { /* global name? */
320 if (e->k != VVOID) luaK_exp2nextreg(fs, e); /* close last expression */
674 if (cc->v.k == VVOID) return; /* there is no list item */
676 cc->v.k = VVOID;
692 if (cc->v.k != VVOID)
740 init_exp(&cc.v, VVOID, 0); /* no value (yet) */
744 lua_assert(cc.v.k == VVOID || cc.tostore > 0)
    [all...]
lcode.c 451 lua_assert(e->k == VVOID || e->k == VJMP);

Completed in 80 milliseconds