HomeSort by: relevance | last modified time | path
    Searched defs:simplecmd (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/puffs/pgfs/
pgfs_db.c 477 * simplecmd: a convenient routine to execute a command which returns
482 simplecmd(struct Xconn *xc, struct cmd *c, ...) function in typeref:typename:int
683 error = simplecmd(xc, c);
692 error = simplecmd(xc, c);
708 error = simplecmd(xc, c);
725 error = simplecmd(xc, c);
750 error = simplecmd(xc, c);
765 error = simplecmd(xc, c);
782 error = simplecmd(xc, c);
895 error = simplecmd(xc, c)
    [all...]
  /src/bin/sh/
parser.c 114 STATIC union node *simplecmd(union node **, union node *);
572 * read again in simplecmd, causing it to terminate,
579 n1 = simplecmd(rpp, redir);
621 simplecmd(union node **rpp, union node *redir) function in typeref:typename:STATIC union node *
716 VTRACE(DBG_PARSE, ("bogus %snegate simplecmd\n",

Completed in 13 milliseconds