Lines Matching defs:t
58 int nojoin = 0; /* split lines only, don't join short ones */
188 if (!(iswprint(c)) && c != L'\t') {
211 if (c != L'\t') {
245 * of the email, we don't have to alloc
324 * if this is a mail header line, don't split it; flush previous
325 * line, if any, so we don't join this line to it
331 /* flush previous line so we don't join this one to it */
373 * won't join to this one
476 * there ain't nothing in there yet. At the bottom of this whole mess,
483 * If the word won't fit on the current line, flush and begin a new
492 int s, t;
496 t = wscol(word);
499 if (t+s <= width) {
537 int b, t;
549 t = b >> 3;
551 if (t > 0)
553 putc('\t', stdout);
554 } while (--t);
706 * ANSI-C, k&r compiler won't work.
813 * Can't process mail header; flush current contents