Home
last modified time | relevance | path

Searched refs:execsh (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/mk/
H A Dfns.h25 int execsh(char*, char*, Bufblock*, Envy*);
H A Dlex.c90 execsh(0, buf->current, buf, envy); in bquote()
H A Drun.c85 events[slot].pid = execsh(flags, j->r->recipe, 0, e); in sched()
H A Dacid659 complex Bufblock execsh:buf;
660 complex Envy execsh:e;
H A Dplan9.c159 execsh(char *args, char *cmd, Bufblock *buf, Envy *e) in execsh() function