Searched refs:starindex (Results 1 – 1 of 1) sorted by relevance
1587 int starindex; local1589 starindex = *fmt++ - '0';1591 starindex *= 10;1592 starindex += c - '0';1595 starindex -= 1;1596 if (starindex >= 0 && starindex < FMT_ARGMAX) {1597 argtypes[starindex] = AT_INT;1598 if (starindex > maxindex)1599 maxindex = starindex;