Searched refs:i_ci (Results 1 - 6 of 6) sorted by relevance
/external/skia/third_party/lua/src/ |
H A D | ldebug.c | 92 ar->i_ci = ci; 155 name = findlocal(L, ar->i_ci, n, &pos); 168 const char *name = findlocal(L, ar->i_ci, n, &pos); 280 ci = ar->i_ci;
|
H A D | lua.h | 414 struct CallInfo *i_ci; /* active function */ member in struct:lua_Debug
|
H A D | ldo.c | 226 ar.i_ci = ci;
|
/external/syslinux/com32/lua/src/ |
H A D | ldebug.c | 92 ar->i_ci = ci; 155 name = findlocal(L, ar->i_ci, n, &pos); 168 const char *name = findlocal(L, ar->i_ci, n, &pos); 280 ci = ar->i_ci;
|
H A D | lua.h | 419 struct CallInfo *i_ci; /* active function */ member in struct:lua_Debug
|
H A D | ldo.c | 226 ar.i_ci = ci;
|
Completed in 191 milliseconds