HomeSort by: relevance | last modified time | path
    Searched refs:luaL_addstring (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/lua/dist/src/
loadlib.c 319 luaL_addstring(&b, dft); /* add default */
476 luaL_addstring(&b, "no file '");
478 luaL_addstring(&b, "'");
636 luaL_addstring(&msg, "\n\t"); /* error-message prefix */
lauxlib.c 145 luaL_addstring(&b, msg);
148 luaL_addstring(&b, "stack traceback:");
166 luaL_addstring(&b, "\n\t(...tail calls...)");
601 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {
1018 luaL_addstring(b, r); /* push replacement in place of pattern */
1021 luaL_addstring(b, s); /* push last suffix */
lauxlib.h 233 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s);
lstrlib.c 1143 luaL_addstring(b, buff);

Completed in 15 milliseconds