Lines Matching defs:xp
376 struct oplist* xp;
444 xp = newof(0, struct oplist, 1, c + 1);
445 xp->value = ((char*)xp) + sizeof(struct oplist);
446 s = xp->value;
451 xp->op = s - xp->value;
460 xp->next = pp.chop;
461 pp.chop = xp;
1185 if (xp = pp.firsttx)
1189 while (xp)
1191 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), xp->value);
1192 xp = xp->next;