Searched defs:cmdlist (Results 1 - 3 of 3) sorted by relevance

/system/core/fastbootd/
H A Dprotocol.c59 static struct fastboot_cmd *cmdlist; variable in typeref:struct:fastboot_cmd
70 cmd->next = cmdlist;
71 cmdlist = cmd;
157 for (cmd = cmdlist; cmd; cmd = cmd->next) {
/system/core/sh/
H A Dnodes.h52 struct nodelist *cmdlist; member in struct:npipe
H A Djobs.c106 STATIC void cmdlist(union node *, int);
1271 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
1312 cmdlist(n->nfor.args, 1);
1334 cmdlist(n->ncmd.args, 1);
1335 cmdlist(n->ncmd.redirect, 0);
1380 cmdlist(union node *np, int sep) function

Completed in 155 milliseconds