OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LClosure
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lfunc.h
17
#define sizeLclosure(n) (cast(int, sizeof(
LClosure
)) + \
lobject.h
523
typedef struct
LClosure
{
527
}
LClosure
;
532
LClosure
l;
lapi.c
982
LClosure
*f = clLvalue(L->top - 1); /* get newly created function */
1199
LClosure
*f = clLvalue(fi);
1246
static UpVal **getupvalref (lua_State *L, int fidx, int n,
LClosure
**pf) {
1247
LClosure
*f;
1278
LClosure
*f1;
ldebug.c
488
LClosure
*c = ci_func(ci);
lgc.c
486
static lu_mem traverseLclosure (global_State *g,
LClosure
*cl) {
527
LClosure
*cl = gco2lcl(o);
[
all
...]
lvm.c
536
LClosure
*cl;
Completed in 921 milliseconds