Searched refs:luaL_addstring (Results  1 – 4 of 4) sorted by relevance
| /external/lua/src/ | 
| D | loadlib.c | 315     luaL_addstring(&b, dft);  /* add default */  in setpath()472   luaL_addstring(&b, "no file '");  in pusherrornotfound()
 474   luaL_addstring(&b, "'");  in pusherrornotfound()
 631     luaL_addstring(&msg, "\n\t");  /* error-message prefix */  in findloader()
 
 | 
| D | lauxlib.c | 139     luaL_addstring(&b, msg);  in luaL_traceback()142   luaL_addstring(&b, "stack traceback:");  in luaL_traceback()
 160         luaL_addstring(&b, "\n\t(...tail calls...)");  in luaL_traceback()
 579 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) {  in luaL_addstring()  function
 971     luaL_addstring(b, r);  /* push replacement in place of pattern */  in luaL_addgsub()
 974   luaL_addstring(b, s);  /* push last suffix */  in luaL_addgsub()
 
 | 
| D | lauxlib.h | 193 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s);  variable
 | 
| D | lstrlib.c | 1114       luaL_addstring(b, buff);  in addquoted()
 |