HomeSort by relevance Sort by last modified time
    Searched refs:luaL_addstring (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.h 161 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s);
lauxlib.c 466 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
910 luaL_addstring(&b, r); /* push replacement in place of pattern */
913 luaL_addstring(&b, s); /* push last suffix */
lstrlib.c 848 luaL_addstring(b, buff);

Completed in 373 milliseconds