Searched refs:arrayindex (Results 1 - 6 of 6) sorted by relevance

/external/skia/third_party/lua/src/
H A Dltable.c127 static int arrayindex (const TValue *key) { function
147 i = arrayindex(key);
219 int k = arrayindex(key);
/external/syslinux/com32/lua/src/
H A Dltable.c128 static int arrayindex (const TValue *key) { function
148 i = arrayindex(key);
220 int k = arrayindex(key);
/external/mksh/src/
H A Deval.c1175 xp->var->name, arrayindex(xp->var)) : xp->var->name;
1277 arrayindex(vp)) :
H A Dvar.c1583 if (arrayindex(vq) >= j)
1584 j = arrayindex(vq) + 1;
H A Dsh.h1512 #define arrayindex(vp) ((unsigned long)((vp)->flag & AINDEX ? \ macro
H A Dfuncs.c1112 shprintf("%s[%lu]", vp->name, arrayindex(vp));
2231 c = subarray ? arrayindex(vp) : 0;

Completed in 395 milliseconds