Searched refs:luaL_addstring (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | loadlib.c | 686 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()
|
D | lauxlib.c | 466 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()
|
D | lauxlib.h | 161 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s); variable
|
D | lstrlib.c | 848 luaL_addstring(b, buff); in addquoted()
|
/external/skia/third_party/lua/src/ |
D | lauxlib.c | 466 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() function 910 luaL_addstring(&b, r); /* push replacement in place of pattern */ in luaL_gsub() 913 luaL_addstring(&b, s); /* push last suffix */ in luaL_gsub()
|
D | lauxlib.h | 161 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s); variable
|
D | lstrlib.c | 848 luaL_addstring(b, buff); in addquoted()
|