Home | History | Annotate | Download | only in csh

Lines Matching refs:tempv

205     char *tcp, **tempv;
234 tempv = argv;
235 if (eq(str2short(tempv[0]), STRaout)) /* A.out's are quittable */
245 loginsh = (**tempv == '-' && argc == 1) ||
246 (argc == 2 && tempv[1][0] == '-' && tempv[1][1] == 'l' &&
247 tempv[1][2] == '\0');
249 if (loginsh && **tempv != '-') {
253 tempv[1][0] = '\0';
254 tempv[1][1] = '\0';
255 tempv[1] = NULL;
256 for (tcp = *tempv; *tcp++;)
258 for (tcp--; tcp >= *tempv; tcp--)
387 argc--, tempv++;
388 while (argc > 0 && (tcp = tempv[0])[0] == '-' && *++tcp != '\0' && !batch) {
402 argc--, tempv++;
403 arginp = SAVE(tempv[0]);
448 tempv++, argc--;
460 nofile = open(tempv[0], O_RDONLY);
463 stderror(ERR_SYSTEM, tempv[0], strerror(errno));
465 ffile = SAVE(tempv[0]);
483 stderror(ERR_SYSTEM, tempv[0], strerror(errno));
488 /* argc not used any more */ tempv++;
513 setq(STRargv, blk2short(tempv), &shvhed);