Lines Matching defs:tem
643 const char *tem;
656 tem = opname + 4;
657 if (do_type (work, &tem, &type))
750 tem = opname + 5;
751 if (do_type (work, &tem, &type))
4243 char *tem;
4262 tem = XNEWVEC (char, len + 1);
4263 memcpy (tem, start, len);
4264 tem[len] = '\0';
4265 work -> typevec[work -> ntypes++] = tem;
4273 char *tem;
4289 tem = XNEWVEC (char, len + 1);
4290 memcpy (tem, start, len);
4291 tem[len] = '\0';
4292 work -> ktypevec[work -> numk++] = tem;
4329 char *tem;
4331 tem = XNEWVEC (char, len + 1);
4332 memcpy (tem, start, len);
4333 tem[len] = '\0';
4334 work -> btypevec[index] = tem;
4431 const char *tem;
4493 tem = work -> typevec[t];
4498 if (!do_arg (work, &tem, &arg))
4591 const char *tem;
4678 tem = declp->b + 5;
4679 if (do_type (work, &tem, &type))
4692 tem = declp->b + 4;
4693 if (do_type (work, &tem, &type))
4753 int tem;
4766 tem = s->p - s->b;
4767 n += tem;
4770 s->p = s->b + tem;