Searched refs:tempv (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dsh.c248 char **tempv; local
363 tempv = argv;
364 ffile = SAVE(tempv[0]);
376 loginsh = (**tempv == '-') || (argc == 2 &&
377 tempv[1][0] == '-' && tempv[1][1] == 'l' &&
378 tempv[1][2] == '\0');
383 **tempv = '-'; /* Avoid giving VMS an acidic stomach */
387 if (loginsh && **tempv != '-') {
393 tempv[
[all...]

Completed in 106 milliseconds