HomeSort by relevance Sort by last modified time
    Searched defs:cmdlist (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
nodes.h 52 struct nodelist *cmdlist; member in struct:npipe
jobs.c 106 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 2349 milliseconds