Searched refs:lua_tolstring (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlbaselib.c33 s = lua_tolstring(L, -1, &l); /* get result */
305 return lua_tolstring(L, RESERVEDSLOT, size);
312 const char *s = lua_tolstring(L, 1, &l);
H A Dlua.c250 const char *msg = lua_tolstring(L, -1, &lmsg);
288 const char *line = lua_tolstring(L, 1, &l);
H A Dlua.h172 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len);
346 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
H A Dlauxlib.c358 const char *s = lua_tolstring(L, narg, len);
488 const char *s = lua_tolstring(L, -1, &l);
756 return lua_tolstring(L, -1, len);
H A Dlstrlib.c642 const char *s = lua_tolstring(L, lua_upvalueindex(1), &ls);
643 const char *p = lua_tolstring(L, lua_upvalueindex(2), &lp);
681 const char *news = lua_tolstring(ms->L, 3, &l);
H A Dlapi.c389 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.c1127 const char * cs = lua_tolstring( L, -1, &len );
1158 pipe_text = lua_tolstring( L, 3, &pipe_len );

Completed in 59 milliseconds