Searched refs:static_idxes (Results 1 – 1 of 1) sorted by relevance
12854 int static_idxes[5]; in Jim_ListIndices() local12855 int *idxes = static_idxes; in Jim_ListIndices()12858 if (indexc > sizeof(static_idxes) / sizeof(*static_idxes)) { in Jim_ListIndices()12886 if (idxes != static_idxes) in Jim_ListIndices()