Lines Matching defs:tmp
723 int *tmp = trans_i->tags;724 if (tmp)725 while (*tmp >= 0)726 stack->item.tags[*tmp++] = pos;849 int *tmp;850 for (tmp = trans_i->tags; tmp && *tmp >= 0; tmp++)851 stack->item.tags[*tmp] = pos;