Home
last modified time | relevance | path

Searched refs:shellname (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/mk/
H A Dplan9.c4 char *shellname = "rc"; variable
196 execl(shell, shellname, shflags, args, nil); in execsh()
198 execl(shell, shellname, args, nil); in execsh()
259 execl(shell, shellname, shflags, "-c", cmd, nil); in pipecmd()
261 execl(shell, shellname, "-c", cmd, nil); in pipecmd()
H A Dmk.h153 extern char *shellname;