Searched refs:tostring (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpr.c119 static void tostring(VALUE * v) function
164 tostring(l);
165 tostring(r);
218 tostring(sv);
219 tostring(pv);
297 tostring(r);
311 tostring(l);
312 tostring(r);
322 tostring(l);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlvm.h16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro
H A Dlvm.c298 if (!(ttisstring(top-2) || ttisnumber(top-2)) || !tostring(L, top-1)) {
303 (void)tostring(L, top - 2); /* result is first operand */
313 for (i = 1; i < total && tostring(L, top-i-1); i++) {

Completed in 41 milliseconds