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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 103 int lasttarget; /* 'label' of last 'jump label' */ member in struct:FuncState
lcode.c 40 if (fs->pc > fs->lasttarget) { /* no jumps to current position? */
95 fs->lasttarget = fs->pc;
lparser.c 534 fs->lasttarget = 0;
    [all...]
  /external/lua/src/
lparser.h 117 int lasttarget; /* 'label' of last 'jump label' */ member in struct:FuncState
lcode.c 67 if (fs->pc > fs->lasttarget) { /* no jumps to current position? */
169 fs->lasttarget = fs->pc;
    [all...]
lparser.c 535 fs->lasttarget = 0;
    [all...]

Completed in 621 milliseconds