OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaK_jump
(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)
69
LUAI_FUNC int
luaK_jump
(FuncState *fs);
lcode.c
59
int
luaK_jump
(FuncState *fs) {
76
return
luaK_jump
(fs);
477
int fj = (e->k == VJMP) ? NO_JUMP :
luaK_jump
(fs);
lparser.c
477
int j =
luaK_jump
(fs);
[
all
...]
Completed in 1240 milliseconds