Home
last modified time | relevance | path

Searched refs:lua_pushlstring (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/lib/flua/libhash/
H A Dlhash.c
/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c70 lua_pushlstring(L, s + start - 1, end - start + 1); in str_sub()
550 lua_pushlstring(ms->L, s, e - s); /* add whole match */ in push_onecapture()
560 lua_pushlstring(ms->L, ms->capture[i].init, l); in push_onecapture()
737 lua_pushlstring(L, s, e - s); /* keep original text */ in add_value()
H A Dlauxlib.c432 lua_pushlstring(L, B->b, B->n); in luaL_pushresult()
629 lua_pushlstring(L, fname, e - fname); in luaL_findtable()
634 lua_pushlstring(L, fname, e - fname); in luaL_findtable()
H A Dlapi.c499 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function
/freebsd-src/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h208 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t l); variable
340 lua_pushlstring(L, "" s, (sizeof(s)/sizeof(char))-1)
/freebsd-src/contrib/lua/src/
H A Dloadlib.c569 openfunc = lua_pushlstring(L, modname, mark - modname); in loadfunc()
594 lua_pushlstring(L, name, p - name); in searcher_Croot()
H A Dlutf8lib.c287 lua_pushlstring(L, UTF8PATT, sizeof(UTF8PATT)/sizeof(char) - 1); in luaopen_utf8()
H A Dlstrlib.c106 lua_pushlstring(L, s + start - 1, (end - start) + 1); in str_sub()
730 lua_pushlstring(ms->L, cap, l); in push_onecapture()
1819 lua_pushlstring(L, data + pos, size);
1825 lua_pushlstring(L, data + pos + size, len);
1833 lua_pushlstring(L, data + pos, len);
H A Dldblib.c171 lua_pushlstring(L, ar.source, ar.srclen); in db_getinfo()
H A Dlua.c511 lua_pushlstring(L, b, l); in pushline()
H A Dlua.h247 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t len); variable
H A Dlauxlib.c597 lua_pushlstring(L, B->b, B->n); in luaL_pushresult()
H A Dlapi.c526 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function
H A Dltests.c1139 lua_pushlstring(L, cast_charp(&d), sizeof(d)); in d2s()
/freebsd-src/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig99 lua_pushlstring(L, (const char *)$1, $result);
126 lua_pushlstring(L, (const char *)$1, $result);
/freebsd-src/stand/liblua/
H A Dlutils.c326 lua_pushlstring(L, buf, r); in lua_readfile()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2673 lua_pushlstring(L,&c,1); in SWIG_Lua_dostring()
4805 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++;
7615 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBreakpoint_SetThreadName()
9277 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBreakpointLocation_SetScriptCallbackFunction__SWIG_0()
10572 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBreakpointName_SetScriptCallbackFunction__SWIG_0()
11819 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBroadcaster___lt()
16118 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_new_SBCompileUnit()
17766 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBData_GetDescription()
18881 lua_pushlstring(L, (const char *)arg4, result); in _wrap_SBDebugger_PrintStackTraceOnError()
19792 lua_pushlstring( in _wrap_SBDebugger_GetInputFile()
[all...]