Home
last modified time | relevance | path

Searched refs:tt_str (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/usr.bin/window/
Dttgeneric.c69 struct tt_str ansi_AS = {
73 struct tt_str *gen_PC;
74 struct tt_str *gen_CM;
75 struct tt_str *gen_IM;
76 struct tt_str *gen_IC;
77 struct tt_str *gen_ICn;
78 struct tt_str *gen_IP;
79 struct tt_str *gen_EI;
80 struct tt_str *gen_DC;
81 struct tt_str *gen_DCn;
[all …]
Dtttermcap.c55 struct tt_str *
59 struct tt_str *s;
63 if ((s = (struct tt_str *) malloc(sizeof *s)) == 0)
70 struct tt_str *
74 struct tt_str *s;
80 if ((s = (struct tt_str *) malloc(sizeof *s)) == 0)
90 struct tt_str *s;
100 struct tt_str *s;
107 struct tt_str *a, *b;
Dttwyse75.c62 extern struct tt_str *gen_AS;
63 extern struct tt_str *gen_AE;
67 static struct tt_str ae = { "\033(B", 3 }; in tt_wyse75()
68 static struct tt_str as = { "\033(0", 3 }; in tt_wyse75()
Dttwyse60.c62 extern struct tt_str *gen_AS;
63 extern struct tt_str *gen_AE;
67 static struct tt_str ae = { "\033H\003", 3 }; in tt_wyse60()
68 static struct tt_str as = { "\033H\002", 3 }; in tt_wyse60()
Dttf100.c58 extern struct tt_str *gen_AE, *gen_AS;
62 static struct tt_str ae = { "\033%", 2 }; in tt_f100()
63 static struct tt_str as = { "\033$", 2 }; in tt_f100()
Dtt.h124 struct tt_str { struct
129 struct tt_str *tttgetstr(); argument
130 struct tt_str *ttxgetstr(); /* tgetstr() and expand delays */
Dtth19.c71 extern struct tt_str *gen_VS;
72 extern struct tt_str *gen_VE;