Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
H A Dttgeneric.c65 struct tt_str *gen_PC;
66 struct tt_str *gen_CM;
67 struct tt_str *gen_IM;
68 struct tt_str *gen_IC;
70 struct tt_str *gen_IP;
71 struct tt_str *gen_EI;
72 struct tt_str *gen_DC;
74 struct tt_str *gen_AL;
76 struct tt_str *gen_DL;
78 struct tt_str *gen_CE;
[all …]
H A Dtttermcap.c55 struct tt_str *
58 struct tt_str *s; in tttgetstr()
62 if ((s = (struct tt_str *) malloc(sizeof *s)) == NULL) in tttgetstr()
69 struct tt_str *
72 struct tt_str *s; in ttxgetstr()
78 if ((s = (struct tt_str *) malloc(sizeof *s)) == NULL) in ttxgetstr()
88 tttgoto(struct tt_str *s, int col, int row) in tttgoto()
98 ttpgoto(struct tt_str *s, int col, int row, int n) in ttpgoto()
105 ttstrcmp(struct tt_str *a, struct tt_str *b) in ttstrcmp()
H A Dtt.h132 struct tt_str { struct
137 struct tt_str *tttgetstr(const char *); argument
138 struct tt_str *ttxgetstr(const char *); /* tgetstr() and expand delays */
151 void ttpgoto(struct tt_str *, int, int, int);
153 int ttstrcmp(struct tt_str *, struct tt_str *);
154 void tttgoto(struct tt_str *, int, int);
H A Dttwyse60.c54 extern struct tt_str *gen_AS;
55 extern struct tt_str *gen_AE;
60 static struct tt_str ae = { "\033H\003", 3 }; in tt_wyse60()
61 static struct tt_str as = { "\033H\002", 3 }; in tt_wyse60()
H A Dttwyse75.c54 extern struct tt_str *gen_AS;
55 extern struct tt_str *gen_AE;
60 static struct tt_str ae = { "\033(B", 3 }; in tt_wyse75()
61 static struct tt_str as = { "\033(0", 3 }; in tt_wyse75()
H A Dttf100.c50 extern struct tt_str *gen_AE, *gen_AS;
55 static struct tt_str ae = { "\033%", 2 }; in tt_f100()
56 static struct tt_str as = { "\033$", 2 }; in tt_f100()
H A Dtth19.c63 extern struct tt_str *gen_VS;
64 extern struct tt_str *gen_VE;
/dragonfly/test/libpthread/
H A Dverify276 $tt_str = sprintf ("%d / %d passed (%5.2f%%%%)",
287 $tt_str . ' ' x (40 - length($tt_str)),