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

/freebsd-10.1-release/contrib/tzcode/zic/
H A Dzic.c367 static unsigned char abbrinds[TZ_MAX_TYPES]; variable
1618 &chars[abbrinds[mrudst]],
1629 &chars[abbrinds[mrustd]],
1649 if (indmap[abbrinds[i]] >= 0)
1651 thisabbr = &chars[abbrinds[i]];
1660 indmap[abbrinds[i]] = j;
1700 (void) putc((unsigned char) indmap[abbrinds[i]], fp);
2231 if (abbrinds[type] != 0)
2232 (void) strcpy(chars, &chars[abbrinds[type]]);
2233 abbrinds[
[all...]

Completed in 52 milliseconds