Symbol: hyper_text
src/apps/mail/Content.cpp
1289
hyper_text *enclosure;
src/apps/mail/Content.cpp
1291
(enclosure = (hyper_text *)fEnclosures->ItemAt(index++)) != NULL;) {
src/apps/mail/Content.cpp
1323
hyper_text *enclosure;
src/apps/mail/Content.cpp
1587
hyper_text *enclosure = (hyper_text*) fEnclosures->ItemAt(loop);
src/apps/mail/Content.cpp
1773
hyper_text *enclosure = (hyper_text *)fEnclosures->ItemAt(loop);
src/apps/mail/Content.cpp
1794
hyper_text *enclosure;
src/apps/mail/Content.cpp
1795
while ((enclosure = (hyper_text *)fEnclosures->FirstItem()) != NULL) {
src/apps/mail/Content.cpp
1843
TTextView::Open(hyper_text *enclosure)
src/apps/mail/Content.cpp
1953
hyper_text *enclosure;
src/apps/mail/Content.cpp
2302
hyper_text *enclosure = (hyper_text *)malloc(sizeof(hyper_text));
src/apps/mail/Content.cpp
2306
memset((void*)enclosure, 0, sizeof(hyper_text));
src/apps/mail/Content.cpp
2332
hyper_text *enclosure = (hyper_text *)malloc(sizeof(hyper_text));
src/apps/mail/Content.cpp
2336
memset((void*)enclosure, 0, sizeof(hyper_text));
src/apps/mail/Content.cpp
2412
hyper_text *enclosure = (hyper_text *)malloc(sizeof(hyper_text));
src/apps/mail/Content.cpp
2416
memset((void*)enclosure, 0, sizeof(hyper_text));
src/apps/mail/Content.cpp
2668
TSavePanel::TSavePanel(hyper_text *enclosure, TTextView *view)
src/apps/mail/Content.cpp
2695
TSavePanel::SetEnclosure(hyper_text *enclosure)
src/apps/mail/Content.h
167
void Open(hyper_text*);
src/apps/mail/Content.h
285
TSavePanel(hyper_text*, TTextView*);
src/apps/mail/Content.h
287
void SetEnclosure(hyper_text*);
src/apps/mail/Content.h
290
hyper_text *fEnclosure;