Lines Matching refs:tx
31 char *s, *tx; in putref() local
46 tx = s+3; in putref()
50 tx = s+2; in putref()
55 tx = s; in putref()
61 tx = caps(tx, buf1); in putref()
63 fprintf(stderr, " s %o tx %o %s\n", s, tx, tx); in putref()
68 fprintf(fo, "%s%c", tx, sep); in putref()
71 lastype, tx, sep); in putref()
74 last(tx)) != 0); in putref()
76 lauth = last(tx) == '.'; in putref()
86 tx = revauth(tx, buf2); in putref()
90 cch, sep, tx, sep); in putref()
93 cch, tx, sep); in putref()
103 fprintf(fo, "%s%c", tx, sep); in putref()
105 lauth = last(tx) == '.'; in putref()
109 cch, sep, tx, sep); in putref()
112 cch, tx, sep); in putref()
119 ltitle = (mindex(".;,?", last(tx)) != 0); in putref()
121 lother = (mindex(".;,?", last(tx)) != 0); in putref()