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

  /external/chromium_org/third_party/skia/third_party/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...]

Completed in 977 milliseconds