Home
last modified time | relevance | path

Searched refs:np (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Db.c348 f->re[info(v)].lval.np = right(v); in cfoll()
607 Node *np; in reparse() local
617 np = regexp(); in reparse()
620 return(np); in reparse()
630 Node *np; in primary() local
634 np = op2(CHAR, NIL, itonp(rlxval)); in primary()
636 return (unary(np)); in primary()
647 np = op2(CCL, NIL, (Node*) cclenter((char *) rlxstr)); in primary()
649 return (unary(np)); in primary()
651 np = op2(NCCL, NIL, (Node *) cclenter((char *) rlxstr)); in primary()
[all …]
Dtran.c250 Cell *cp, *op, **np; in rehash() local
253 np = (Cell **) calloc(nsz, sizeof(Cell *)); in rehash()
254 if (np == NULL) /* can't do it, but can keep running. */ in rehash()
260 cp->cnext = np[nh]; in rehash()
261 np[nh] = cp; in rehash()
265 tp->tab = np; in rehash()
Drun.c455 Node *np; in array() local
465 for (np = a[1]; np; np = np->nnext) { in array()
466 y = execute(np); /* subscript */ in array()
471 if (np->nnext) in array()
494 Node *np; in awkdelete() local
512 for (np = a[1]; np; np = np->nnext) { in awkdelete()
513 y = execute(np); /* subscript */ in awkdelete()
518 if (np->nnext) in awkdelete()
Dawk.h212 Node *np; member
/ndk/sources/host-tools/make-3.81/
Dansi2knr.c396 char *np = p; local
398 for (;; p = --np) {
399 if (*np == '\n' && np[-1] == '\r')
400 --np;
401 for (; np > limit && np[-1] != '\r' && np[-1] != '\n'; --np)
402 if (np[-1] == 0)
403 return np;
404 if (*np != '#')
Dalloca.c195 register header *np = hp->h.next; in alloca() local
199 hp = np; /* -> next header. */ in alloca()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c177 register header *np = hp->h.next; in alloca() local
181 hp = np; /* -> next header. */ in alloca()
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c1169 void *np; in mcadd() local
1172 np = realloc(cs->multis, cs->smultis); in mcadd()
1173 if (np == NULL) { in mcadd()
1180 cs->multis = (char*)np; in mcadd()