Searched refs:shflags (Results 1 – 3 of 3) sorted by relevance
195 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()
4 char *shflags = "-I"; /* rc flag to force non-interactive mode */ variable
154 extern char *shflags;