Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1532 char *shellp, *shellname; in shell() local
1534 shellp = getenv("SHELL"); in shell()
1535 if (shellp == NULL) in shell()
1536 shellp = "/bin/sh"; in shell()
1537 if ((shellname = strrchr(shellp, '/')) == 0) in shell()
1538 shellname = shellp; in shell()
1542 (void) execl(shellp, shellname, "-c", argv[1], 0); in shell()
1544 (void) execl(shellp, shellname, 0); in shell()
/illumos-gate/usr/src/cmd/more/
H A Dmore.c185 int shellp; /* A previous shell command exists */ variable
1307 shellp = 1; in do_shell()
1718 if (!shellp) in expand()