Lines Matching defs:xp
342 struct oplist* xp;
410 xp = newof(0, struct oplist, 1, c + 1);
411 xp->value = ((char*)xp) + sizeof(struct oplist);
412 s = xp->value;
417 xp->op = s - xp->value;
426 xp->next = pp.chop;
427 pp.chop = xp;
1149 if (xp = pp.firsttx)
1153 while (xp)
1155 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), xp->value);
1156 xp = xp->next;