Home
last modified time | relevance | path

Searched refs:GLINE_WRAP (Results 1 – 5 of 5) sorted by relevance

/dports/news/golded+/golded-plus/golded+/goldlib/gmb3/
H A Dgmo_msg.h81 const uint GLINE_WRAP = 0x0040; variable
164 int iswrapped() { return !!(type & GLINE_WRAP); } in iswrapped()
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeline.cpp930 if(line->type & GLINE_WRAP) { in UnwrapLine()
933 while(line and (line->type & GLINE_WRAP)) { in UnwrapLine()
1549 while (tearln->type & GLINE_WRAP) { in ScanKludges()
1558 for (tearln = line; tearln->type & GLINE_WRAP; tearln = tearln->next) { in ScanKludges()
1641 if(line->type & GLINE_WRAP) { in ScanKludges()
1643 while(linep and (linep->type & GLINE_WRAP)) { in ScanKludges()
2116 if((line->prev->type & (GLINE_HARD|GLINE_WRAP|GLINE_QUOT)) == (GLINE_HARD|GLINE_WRAP)) { in MakeLineIndex()
2636 line->type |= GLINE_WRAP; in MakeLineIndex()
2718 while((lwsp == ' ') or (lwsp == '\t') or (linep->type & GLINE_WRAP)) { in MakeLineIndex()
2742 if(linep->type & GLINE_WRAP) { in MakeLineIndex()
[all …]
H A Dgesoup.cpp648 msglen += fp.Printf("%s%s", mbuf, (line->type & GLINE_WRAP) ? "" : "\n"); in ExportSoupMsg()
650 else if(line->type & GLINE_WRAP) { in ExportSoupMsg()
651 while(line->next and (line->type & GLINE_WRAP)) in ExportSoupMsg()
H A Dgeqwks.cpp433 else if(line->type & GLINE_WRAP) { in ExportQwkMsg()
434 while(line->next and (line->type & GLINE_WRAP)) in ExportQwkMsg()
H A Dgectrl.cpp272 waswrapped = make_bool(line->type & GLINE_WRAP); in DoKludges()