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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.h 45 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
71 LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
lparser.c 353 luaK_patchlist(fs, gt->pc, label->pc);
    [all...]
lcode.c 169 void luaK_patchlist (FuncState *fs, int list, int target) {

Completed in 42 milliseconds