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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 47 lu_byte upval; /* true if some variable in the block is an upvalue */ member in struct:BlockCnt
263 bl->upval = 1;
279 markupval(fs, v); /* local will be used as an upval */
287 /* else was LOCAL or UPVAL */
374 (bl->upval || dyd->label.n > bl->firstlabel))
428 if (bl->upval)
443 bl->upval = 0;
475 if (bl->previous && bl->upval) {
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 47 lu_byte upval; /* true if some variable in the block is an upvalue */ member in struct:BlockCnt
263 bl->upval = 1;
279 markupval(fs, v); /* local will be used as an upval */
287 /* else was LOCAL or UPVAL */
374 (bl->upval || dyd->label.n > bl->firstlabel))
428 if (bl->upval)
443 bl->upval = 0;
475 if (bl->previous && bl->upval) {
    [all...]

Completed in 79 milliseconds