Home
last modified time | relevance | path

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

/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A Dinput.c572 char shellbuf[1000], *shellp; variable
578 shellp = shellbuf + strlen(shellbuf); in shell_init()
585 while (*shellp++ = *s++)
587 shellp--;
593 *shellp++ = '\''; in shell_exec()
594 *shellp = '\0'; in shell_exec()
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dinput.c593 char shellbuf[1000], *shellp; variable
598 shellp = shellbuf + strlen(shellbuf); in shell_init()
604 while (*shellp++ = *s++)
606 shellp--;
611 *shellp++ = '\''; in shell_exec()
612 *shellp = '\0'; in shell_exec()
/original-bsd/usr.bin/telnet/
H A Dcommands.c1379 register char *shellp, *shellname; local
1382 shellp = getenv("SHELL");
1383 if (shellp == NULL)
1384 shellp = "/bin/sh";
1385 if ((shellname = strrchr(shellp, '/')) == 0)
1386 shellname = shellp;
1390 execl(shellp, shellname, "-c", &saveline[1], 0);
1392 execl(shellp, shellname, 0);
/original-bsd/old/more/
H A Dmore.c83 int shellp; /* A previous shell command exists */ variable
1274 shellp = 1;
1700 if (!shellp)