Symbol: hyper_text
src/apps/mail/Content.cpp
1228
hyper_text *enclosure;
src/apps/mail/Content.cpp
1230
(enclosure = (hyper_text *)fEnclosures->ItemAt(index++)) != NULL;) {
src/apps/mail/Content.cpp
1262
hyper_text *enclosure;
src/apps/mail/Content.cpp
1526
hyper_text *enclosure = (hyper_text*) fEnclosures->ItemAt(loop);
src/apps/mail/Content.cpp
1712
hyper_text *enclosure = (hyper_text *)fEnclosures->ItemAt(loop);
src/apps/mail/Content.cpp
1733
hyper_text *enclosure;
src/apps/mail/Content.cpp
1734
while ((enclosure = (hyper_text *)fEnclosures->FirstItem()) != NULL) {
src/apps/mail/Content.cpp
1782
TTextView::Open(hyper_text *enclosure)
src/apps/mail/Content.cpp
1892
hyper_text *enclosure;
src/apps/mail/Content.cpp
2241
hyper_text *enclosure = (hyper_text *)malloc(sizeof(hyper_text));
src/apps/mail/Content.cpp
2245
memset((void*)enclosure, 0, sizeof(hyper_text));
src/apps/mail/Content.cpp
2271
hyper_text *enclosure = (hyper_text *)malloc(sizeof(hyper_text));
src/apps/mail/Content.cpp
2275
memset((void*)enclosure, 0, sizeof(hyper_text));
src/apps/mail/Content.cpp
2351
hyper_text *enclosure = (hyper_text *)malloc(sizeof(hyper_text));
src/apps/mail/Content.cpp
2355
memset((void*)enclosure, 0, sizeof(hyper_text));
src/apps/mail/Content.cpp
2607
TSavePanel::TSavePanel(hyper_text *enclosure, TTextView *view)
src/apps/mail/Content.cpp
2634
TSavePanel::SetEnclosure(hyper_text *enclosure)
src/apps/mail/Content.h
167
void Open(hyper_text*);
src/apps/mail/Content.h
282
TSavePanel(hyper_text*, TTextView*);
src/apps/mail/Content.h
284
void SetEnclosure(hyper_text*);
src/apps/mail/Content.h
287
hyper_text *fEnclosure;