Home
last modified time | relevance | path

Searched refs:mark (Results 1 – 11 of 11) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dloadlib.c421 const char *mark; in loadfunc() local
423 mark = strchr(modname, *LUA_IGMARK); in loadfunc()
424 if (mark) { in loadfunc()
426 funcname = lua_pushlstring(L, modname, mark - modname); in loadfunc()
430 modname = mark + 1; /* else go ahead and try old-style name */ in loadfunc()
Dlauxlib.c121 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0; in luaL_traceback() local
125 if (level == mark) { /* too many levels? */ in luaL_traceback()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dloadlib.c514 const char *mark; in loadfunc() local
516 mark = strchr(modname, *LUA_IGMARK); in loadfunc()
517 if (mark) { in loadfunc()
519 openfunc = lua_pushlstring(L, modname, mark - modname); in loadfunc()
523 modname = mark + 1; /* else go ahead and try old-style name */ in loadfunc()
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dloadlib.c393 const char *mark = strchr(modname, *LUA_IGMARK); in mkfuncname() local
394 if (mark) modname = mark + 1; in mkfuncname()
/civetweb-2.7.6/
DCREDITS.md134 * Retallack Mark mark.retallack
/civetweb-2.7.6/src/third_party/duktape-1.5.2/
DREADME.rst15 and mark-and sweep garbage collector, object finalizers, co-operative
/civetweb-2.7.6/src/third_party/duktape-1.8.0/
DREADME.rst15 and mark-and sweep garbage collector, object finalizers, co-operative
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dduk_config.h-modular-dll1863 * are used as internal markers (e.g. to mark EOF or missing argument).
Dduk_config.h-modular-static1863 * are used as internal markers (e.g. to mark EOF or missing argument).
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll1863 * are used as internal markers (e.g. to mark EOF or missing argument).
Dduk_config.h-modular-static1863 * are used as internal markers (e.g. to mark EOF or missing argument).