Searched refs:np (Results 1 – 5 of 5) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | show.c | 117 union node *np; in shcmd() local 123 for (np = cmd->ncmd.args ; np ; np = np->narg.next) { in shcmd() 126 sharg(np, fp); in shcmd() 129 for (np = cmd->ncmd.redirect ; np ; np = np->nfile.next) { in shcmd() 132 switch (np->nfile.type) { in shcmd() 142 if (np->nfile.fd != dftfd) in shcmd() 143 fprintf(fp, "%d", np->nfile.fd); in shcmd() 145 if (np->nfile.type == NTOFD || np->nfile.type == NFROMFD) { in shcmd() 146 fprintf(fp, "%d", np->ndup.dupfd); in shcmd() 148 sharg(np->nfile.fname, fp); in shcmd()
|
| A D | parser.c | 1127 union node *np; in readtoken1() local 1131 np->nfile.fd = 1; in readtoken1() 1134 np->type = NAPPEND; in readtoken1() 1138 np->type = NTOFD; in readtoken1() 1140 np->type = NTO; in readtoken1() 1144 np->nfile.fd = 0; in readtoken1() 1149 np->nfile.fd = 0; in readtoken1() 1151 np->type = NHERE; in readtoken1() 1153 heredoc->here = np; in readtoken1() 1171 np->type = NFROM; in readtoken1() [all …]
|
| A D | jobs.c | 1222 union node *np; in cmdtxt() local 1329 for (np = n->ncase.cases; np; np = np->nclist.next) { in cmdtxt() 1330 cmdtxt(np->nclist.pattern); in cmdtxt() 1332 cmdtxt(np->nclist.body); in cmdtxt() 1374 cmdlist(union node *np, int sep) in cmdlist() argument 1376 for (; np; np = np->narg.next) { in cmdlist() 1379 cmdtxt(np); in cmdlist() 1380 if (sep && np->narg.next) in cmdlist()
|
| /third_party/ulib/musl/src/misc/ |
| A D | wordexp.c | 34 size_t np = 0; in wordexp() local 63 if (np) { in wordexp() 64 np++; in wordexp() 68 if (np) { in wordexp() 69 np--; in wordexp() 80 if (!(sq | dq | np)) in wordexp() 88 np += 2; in wordexp()
|
| /third_party/uapp/fsck-msdosfs/ |
| A D | dir.c | 157 char *cp, *np; in fullpath() local 163 np = dir->lname[0] ? dir->lname : dir->name; in fullpath() 164 nl = strlen(np); in fullpath() 167 memcpy(cp, np, nl); in fullpath() 277 struct dirTodoNode *p, *np; in finishDosDirSection() local 280 for (p = pendingDirectories; p; p = np) { in finishDosDirSection() 281 np = p->next; in finishDosDirSection()
|
Completed in 11 milliseconds