Home
last modified time | relevance | path

Searched defs:arrayindex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dltable.c127 static int arrayindex (const TValue *key) { in arrayindex() function
/external/mksh/src/
Dsh.h1178 #define arrayindex(vp) ((unsigned long)((vp)->flag & AINDEX ? \ macro