Home
last modified time | relevance | path

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

/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeline.cpp1547 Line* tearln = line; in ScanKludges() local
1549 while (tearln->type & GLINE_WRAP) { in ScanKludges()
1550 tearln = tearln->next; in ScanKludges()
1553 Line* nnel = next_non_empty(tearln->next); in ScanKludges()
1558 for (tearln = line; tearln->type & GLINE_WRAP; tearln = tearln->next) { in ScanKludges()
1559 tearln->type |= GLINE_TEAR; in ScanKludges()
1560 tearln->color = C_READT; in ScanKludges()
1562 tearln->type |= GLINE_TEAR; in ScanKludges()
1563 tearln->color = C_READT; in ScanKludges()