RetroArch
Macros | Functions
lfunc.c File Reference
#include "lprefix.h"
#include <stddef.h>
#include "lua.h"
#include "lfunc.h"
#include "lgc.h"
#include "lmem.h"
#include "lobject.h"
#include "lstate.h"
Include dependency graph for lfunc.c:

Macros

#define lfunc_c
 
#define LUA_CORE
 

Functions

CClosureluaF_newCclosure (lua_State *L, int n)
 
LClosureluaF_newLclosure (lua_State *L, int n)
 
void luaF_initupvals (lua_State *L, LClosure *cl)
 
UpValluaF_findupval (lua_State *L, StkId level)
 
void luaF_close (lua_State *L, StkId level)
 
ProtoluaF_newproto (lua_State *L)
 
void luaF_freeproto (lua_State *L, Proto *f)
 
const char * luaF_getlocalname (const Proto *f, int local_number, int pc)
 

Macro Definition Documentation

◆ lfunc_c

#define lfunc_c

◆ LUA_CORE

#define LUA_CORE

Function Documentation

◆ luaF_close()

void luaF_close ( lua_State L,
StkId  level 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ luaF_findupval()

UpVal* luaF_findupval ( lua_State L,
StkId  level 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ luaF_freeproto()

void luaF_freeproto ( lua_State L,
Proto f 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ luaF_getlocalname()

const char* luaF_getlocalname ( const Proto f,
int  local_number,
int  pc 
)
Here is the caller graph for this function:

◆ luaF_initupvals()

void luaF_initupvals ( lua_State L,
LClosure cl 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ luaF_newCclosure()

CClosure* luaF_newCclosure ( lua_State L,
int  n 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ luaF_newLclosure()

LClosure* luaF_newLclosure ( lua_State L,
int  n 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ luaF_newproto()

Proto* luaF_newproto ( lua_State L)
Here is the call graph for this function:
Here is the caller graph for this function: