Home | History | Annotate | Download | only in opcodes

Lines Matching defs:strtablen

174 int strtablen = 0;
1649 int start = 0, end = strtablen;
1652 if (strtablen == strtabtotlen)
1660 if (strtablen == 0)
1662 strtablen = 1;
1669 if (strcmp (str, string_table[strtablen - 1]->s) > 0)
1694 for (; i > 0 && i < strtablen; i--)
1698 for (; i < strtablen; i++)
1702 for (x = strtablen - 1; x >= i; x--)
1711 strtablen++;
2196 for (x = 0; x < strtablen; x++)