Searched refs:static_idxes (Results 1 – 1 of 1) sorted by relevance
12852 int static_idxes[5]; in Jim_ListIndices() local12853 int *idxes = static_idxes; in Jim_ListIndices()12856 if (indexc > sizeof(static_idxes) / sizeof(*static_idxes)) { in Jim_ListIndices()12884 if (idxes != static_idxes) in Jim_ListIndices()