Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/
H A Dbutton.c1277 if (!LineTstWrapped(ld)) { in rowOnCurrentLine()
3731 LineTstWrapped(ld)) { in firstRowOfLine()
3747 LineTstWrapped(ld)) { in lastRowOfLine()
3834 LineTstWrapped(ld) && in make_indexed_text()
3877 if (!LineTstWrapped(ld)) { in columnToCell()
4023 && LineTstWrapped(ltmp))
4130 && LineTstWrapped(ld.endSel)) { in ComputeSelect()
4153 while (LineTstWrapped(ld.endSel) in ComputeSelect()
4193 LineTstWrapped(ld.endSel))) { in ComputeSelect()
5098 *eol = !LineTstWrapped(ld); in SaveText()
H A Dprint.c255 if (LineTstWrapped(ld)) in printLine()
H A Dxterm.h1470 #define LineTstWrapped(ld) LineTstFlag(ld, LINEWRAPPED) macro
H A Dscreen.c1399 Bool set = (Bool) LineTstWrapped(ld); in ShowWrapMarks()
H A Dmisc.c1617 if (!LineTstWrapped(*ld)) { in dabbrev_prev_char()