Lines Matching defs:ntype
56 nalloc(char str[], int ntype)
63 np->n_type = ntype;
133 extract(char line[], int ntype)
145 t = nalloc(nbuf, ntype);
166 detract(struct name *np, int ntype)
174 quote = ntype & GSMOPTS;
175 comma = ntype & GCOMMA;
178 ntype &= ~GCOMMA;
183 if (ntype && (p->n_type & GMASK) != ntype)
198 if (ntype && (p->n_type & GMASK) != ntype)
425 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype)
445 nlist = gexpand(nlist, ngh, metoo, ntype);
449 np = nalloc(cp, ntype);