Lines Matching defs:t
218 /* Flush what didn't fit in the buffer */
587 int t;
598 t = atoi(argv[1]);
599 if (t < 0)
602 rexmtval = t;
608 int t;
619 t = atoi(argv[1]);
620 if (t < 0)
623 maxtimeout = t;
695 /* Flush what didn't fit in the buffer */
767 * don't match, it does nothing.
850 (void) printf("%-*s\t%s\n", HELPINDENT, c->name,
911 int t;
922 t = atoi(argv[1]);
925 if ((t < MIN_TIMEOUT || t > MAX_TIMEOUT) && t != 0)
928 srexmtval = t;