代码搜索:Lua

找到约 9,588 项符合「Lua」的源代码

代码结果 9,588
www.eeworm.com/read/387848/8651168

c uci.c

/* * libuci plugin for Lua * Copyright (C) 2008 Felix Fietkau * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/385648/8794202

h ljit.h

/* ** Interface to JIT engine. ** Copyright (C) 2005-2007 Mike Pall. See Copyright Notice in luajit.h */ #ifndef ljit_h #define ljit_h #include "lobject.h" /* Define this to enable assertions when
www.eeworm.com/read/385648/8794287

h ltm.h

/* ** $Id: ltm.h,v 2.6 2005/06/06 13:30:25 roberto Exp $ ** Tag methods ** See Copyright Notice in lua.h */ #ifndef ltm_h #define ltm_h #include "lobject.h" /* * WARNING: if you change the order
www.eeworm.com/read/385648/8794321

h ldebug.h

/* ** $Id: ldebug.h,v 2.3 2005/04/25 19:24:10 roberto Exp $ ** Auxiliary functions from Debug Interface module ** See Copyright Notice in lua.h */ #ifndef ldebug_h #define ldebug_h #include "lstate
www.eeworm.com/read/385648/8794325

h ldo.h

/* ** $Id: ldo.h,v 2.7 2005/08/24 16:15:49 roberto Exp $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ #ifndef ldo_h #define ldo_h #include "lobject.h" #include "lstate.h"
www.eeworm.com/read/382051/9056024

h ljit.h

/* ** Interface to JIT engine. ** Copyright (C) 2005-2008 Mike Pall. See Copyright Notice in luajit.h */ #ifndef ljit_h #define ljit_h #include "lobject.h" /* Define this to enable assertions when
www.eeworm.com/read/382051/9056080

h ltm.h

/* ** $Id: ltm.h,v 2.6.1.1 2007/12/27 13:02:25 roberto Exp $ ** Tag methods ** See Copyright Notice in lua.h */ #ifndef ltm_h #define ltm_h #include "lobject.h" /* * WARNING: if you change the or
www.eeworm.com/read/382051/9056097

h ldebug.h

/* ** $Id: ldebug.h,v 2.3.1.1 2007/12/27 13:02:25 roberto Exp $ ** Auxiliary functions from Debug Interface module ** See Copyright Notice in lua.h */ #ifndef ldebug_h #define ldebug_h #include "ls
www.eeworm.com/read/382051/9056099

h ldo.h

/* ** $Id: ldo.h,v 2.7.1.1 2007/12/27 13:02:25 roberto Exp $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ #ifndef ldo_h #define ldo_h #include "lobject.h" #include "lstate
www.eeworm.com/read/423627/10543481

h lvm.h

/* ** $Id: lvm.h,v 2.5 2005/08/22 18:54:49 roberto Exp $ ** Lua virtual machine ** See Copyright Notice in lua.h */ #ifndef lvm_h #define lvm_h #include "ldo.h" #include "lobject.h" #include "ltm.h