Searched refs:currListArrayIndex (Results 1 – 1 of 1) sorted by relevance
448 int currListArrayIndex = listOffset + 1; in io_getAlias() local450 return GET_STRING(gTaggedAliasLists[currListArrayIndex + n]); in io_getAlias()483 int currListArrayIndex = listOffset + 1; in getStandardName() local485 return GET_STRING(gTaggedAliasLists[currListArrayIndex]); in getStandardName()686 int currListArrayIndex = listOffset + 1; in isAliasInList() local688 if (gTaggedAliasLists[currAlias + currListArrayIndex] != 0 in isAliasInList()691 … GET_STRING(gTaggedAliasLists[currAlias + currListArrayIndex])) == 0) { in isAliasInList()