Home
last modified time | relevance | path

Searched refs:shflags (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/mk/
H A Dplan9.c195 if(shflags) in execsh()
196 execl(shell, shellname, shflags, args, nil); in execsh()
258 if(shflags) in pipecmd()
259 execl(shell, shellname, shflags, "-c", cmd, nil); in pipecmd()
H A Drc.c4 char *shflags = "-I"; /* rc flag to force non-interactive mode */ variable
H A Dmk.h154 extern char *shflags;