Symbol: simplecmd
bin/sh/parser.c
114
STATIC union node *simplecmd(union node **, union node *);
bin/sh/parser.c
579
n1 = simplecmd(rpp, redir);
share/examples/puffs/pgfs/pgfs_db.c
683
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
692
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
708
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
725
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
750
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
765
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
782
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
895
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
901
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
905
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
911
error = simplecmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.h
48
int simplecmd(struct Xconn *, struct cmd *, ...);
share/examples/puffs/pgfs/pgfs_puffs.c
805
error = simplecmd(xc, c, newuid, newgid, fileid);
share/examples/puffs/pgfs/pgfs_puffs.c
825
error = simplecmd(xc, c, newmode, fileid);
share/examples/puffs/pgfs/pgfs_puffs.c
852
error = simplecmd(xc, c, ts, fileid);
share/examples/puffs/pgfs/pgfs_puffs.c
870
error = simplecmd(xc, c, ts, fileid);
share/examples/puffs/pgfs/pgfs_puffs.c
888
error = simplecmd(xc, c, ts, fileid);
share/examples/puffs/pgfs/pgfs_puffs.c
906
error = simplecmd(xc, c, ts, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
586
return simplecmd(xc, c, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
597
return simplecmd(xc, c, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
609
return simplecmd(xc, c, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
620
return simplecmd(xc, c, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
633
return simplecmd(xc, c, (int64_t)delta, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
699
error = simplecmd(xc, c, parent, name, child);
share/examples/puffs/pgfs/pgfs_subs.c
724
error = simplecmd(xc, c, parent, name, child);