Lines Matching refs:tx
33 char *s, *tx; in putref() local
48 tx = s+3; in putref()
52 tx = s+2; in putref()
57 tx = s; in putref()
63 tx = caps(tx, buf1); in putref()
65 fprintf(stderr, " s %o tx %o %s\n", s, tx, tx); in putref()
70 fprintf(fo, "%s%c", tx, sep); in putref()
73 lastype, tx, sep); in putref()
76 last(tx)) != 0); in putref()
78 lauth = last(tx) == '.'; in putref()
88 tx = revauth(tx, buf2); in putref()
92 cch, sep, tx, sep); in putref()
95 cch, tx, sep); in putref()
105 fprintf(fo, "%s%c", tx, sep); in putref()
107 lauth = last(tx) == '.'; in putref()
111 cch, sep, tx, sep); in putref()
114 cch, tx, sep); in putref()
121 ltitle = (mindex(".;,?", last(tx)) != 0); in putref()
123 lother = (mindex(".;,?", last(tx)) != 0); in putref()