Lines Matching defs:np
91 nschar_t *np, *tnp;161 np = temp1->nsp;162 if (np) {163 while (np) {164 tnp = np->next;165 free(np);166 np = tnp;190 np = malloc(sizeof(nschar_t));191 if (!np)193 np->ch = wch->vals[i];194 np->next = start->nsp;195 start->nsp = np;
Indexes created Sun Sep 28 16:09:52 GMT 2025