Home
last modified time | relevance | path

Searched refs:luaL_addstring (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lua/src/
Dloadlib.c686 luaL_addstring (&b, e); in setpath()
688 luaL_addstring (&b, stem); in setpath()
689 luaL_addstring (&b, def); in setpath()
695 luaL_addstring (&b, "./?"); in setpath()
696 luaL_addstring (&b, def); in setpath()
Dlauxlib.c466 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() function
912 luaL_addstring(&b, r); /* push replacement in place of pattern */ in luaL_gsub()
915 luaL_addstring(&b, s); /* push last suffix */ in luaL_gsub()
Dlauxlib.h161 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s); variable
Dlstrlib.c848 luaL_addstring(b, buff); in addquoted()