Lines Matching refs:app
291 union node *ap, **app; in command() local
366 app = ≈ in command()
372 *app = n2; in command()
373 app = &n2->narg.next; in command()
375 *app = NULL; in command()
426 app = &cp->nclist.pattern; in command()
428 *app = ap = (union node *)stalloc(sizeof (struct narg)); in command()
434 app = &ap->narg.next; in command()
531 union node *args, **app; in simplecmd() local
542 app = &args; in simplecmd()
562 *app = n; in simplecmd()
563 app = &n->narg.next; in simplecmd()
568 } else if (lasttoken == TLP && app == &args->narg.next in simplecmd()
585 *app = NULL; in simplecmd()