Lines Matching defs:t
372 #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it weren't */
689 putchr('\t');
757 case 't':
971 case '\t':
1942 if (ocerr1 == 0)continue; /* Don't put out-not changed. */
2012 * If there isn't a remembered string, it is an error;
2234 long t;
2237 t = (--a2)->cur;
2241 (a1++)->cur = t;
2457 case '\t' :
2459 *lp++ = 't';
2808 * t??? sets tab stop stuff
2847 case 't': if (havespec) targ(f);
2949 char *l, *t;
2954 t = f->Ftabs;
2958 if (*l == '\t') {
2959 while (*t && b >= *t) t++;
2960 if (*t == 0) fsprtn = -2;
2961 do buf[b-1] = ' '; while (++b < *t);
2989 char *l, *t;
2994 t = f->Ftabs;
2997 if (*l == '\t') {
2998 while (*t && b >= *t) t++;
2999 while (++b < *t);