Lines Matching defs:t
128 * this is done, it will core dump, and we don't
146 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */
190 /* don't do globbing here, just set exact copies */
197 fast++; /* No home -> can't read scripts */
247 * or we (and our children) won't be either.
303 case 'n': /* -n Don't execute */
315 case 't': /* -t Read one line from input */
350 * Unless prevented by -c, -i, -s, or -t, if there
357 Perror(S_csh /* "csh" */); /* ... doesn't return */
364 Perror(v[0]); /* ... doesn't return */
504 /* Will have value("home") here because set fast if don't */
646 * we don't chance it. This occurs on ".cshrc"s and the like.
687 * If we weren't careful an interrupt could corrupt SHIN's Bin
729 /* This code could get run twice but xfree doesn't care */
880 * Note that if one does "onintr -" then we shan't be interruptible
881 * so we needn't worry about that here.
892 printf("\n"); /* Some like this, others don't */
914 struct command *t;
922 t = 0;
935 freelex(¶ml), freesyn(t), t = 0;
950 * of pre-defined files. Thus routines don't
970 * Otherwise, we are rereading input and don't
1022 t = syntax(paraml.next, ¶ml, 0);
1039 execute(t, tpgrp);
1048 freelex(¶ml), freesyn(t);
1054 dosource(tchar **t)
1061 t++;
1062 if (*t && eq(*t, S_h /* "-h" */)) {
1063 if (*++t == NOSTR)
1067 (void) strcpy_(buf, *t);
1080 * If we are a login shell, then we don't want to tell
1092 time_t t;
1100 (void) time(&t);
1106 if (chktim + intvl > t)
1119 printf("%s in %t.\n", new ? "New mail" : "Mail", *vp);
1121 chktim = t;
1331 didfds = 0; /* 0, 1, 2 aren't set up */