Lines Matching refs:newof
102 p = newof(0, struct pplist, 1, 0); in assert()
177 if (!sym->macro) sym->macro = newof(0, struct ppmacro, 1, 0); in macsym()
478 if (!(p = pp.hdrbuf) && !(p = pp.hdrbuf = newof(0, char, MAXTOKEN, 0))) in ppcontrol()
735 …if (p > &mac->formals[n - MAXTOKEN] && (s = newof(mac->formals, char, n += MAXTOKEN, 0)) != mac->f… in ppcontrol()
824 if (mac->arity && (s = newof(mac->formals, char, p - mac->formals, 0)) != mac->formals) in ppcontrol()
1144 …if (p > &mac->value[n - MAXTOKEN] && (s = newof(mac->value, char, n += MAXTOKEN, 0)) != mac->value) in ppcontrol()
1177 mac->formkeys = newof(0, struct ppkeyarg, n, p1 - p0 + 1); in ppcontrol()
1240 mac->value = newof(mac->value, char, (mac->size = p - mac->value) + 1, 0); in ppcontrol()
1345 if (!(tp = newof(0, struct pptuple, 1, strlen(pp.token)))) in ppcontrol()
1373 if (p > &v[n - MAXTOKEN] && (s = newof(v, char, n += MAXTOKEN, 0)) != v) in ppcontrol()
1383 tp = newof(0, struct pptuple, 1, n); in ppcontrol()
1755 if (!sym->hidden && !(sym->hidden = newof(0, struct pphide, 1, 0))) in ppcontrol()
1899 map = newof(0, struct map, 1, 0); in ppcontrol()
1926 edit = edit->next = newof(0, struct edit, 1, 0); in ppcontrol()
1928 edit = map->edit = newof(0, struct edit, 1, 0); in ppcontrol()
2302 np = newof(op, long, nz, 0); in ppnest()