Home
last modified time | relevance | path

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

/dports/archivers/unzip/unzip60/macos/source/
H A Dmacscreen.c52 static short *screenLength, startLine, endLine; variable
128 screenLength = (short *)&screenLine[screenHeight]; in screenOpen()
129 screenImage = (char *)&screenLength[screenHeight]; in screenOpen()
133 screenLength[n] = 0; in screenOpen()
200 if (screenLength[n] != 0) in screenUpdate()
232 screenLength[endLine] = 0; in screenNewline()
273 screenLength[endLine] = 29; in screenPause()
279 screenLength[endLine] = 0; in screenPause()
310 screenLength[endLine] += n; in screenDisplay()
346 screenLength[endLine] += k; in screenDump()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/
H A DWindowsAnsiWriter.java142 int screenLength = info.srWindow.height() * info.dwSize.X; in processEraseScreen() local
143 … Kernel32.INSTANCE.FillConsoleOutputCharacter(console, ' ', screenLength, topLeft, written); in processEraseScreen()
144 …rnel32.INSTANCE.FillConsoleOutputAttribute(console, info.wAttributes, screenLength, topLeft, writt… in processEraseScreen()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/
H A DWindowsAnsiWriter.java142 int screenLength = info.srWindow.height() * info.dwSize.X; in processEraseScreen() local
143 … Kernel32.INSTANCE.FillConsoleOutputCharacter(console, ' ', screenLength, topLeft, written); in processEraseScreen()
144 …rnel32.INSTANCE.FillConsoleOutputAttribute(console, info.wAttributes, screenLength, topLeft, writt… in processEraseScreen()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/
H A DWindowsAnsiWriter.java142 int screenLength = info.srWindow.height() * info.dwSize.X; in processEraseScreen() local
143 … Kernel32.INSTANCE.FillConsoleOutputCharacter(console, ' ', screenLength, topLeft, written); in processEraseScreen()
144 …rnel32.INSTANCE.FillConsoleOutputAttribute(console, info.wAttributes, screenLength, topLeft, writt… in processEraseScreen()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/
H A DWindowsAnsiWriter.java142 int screenLength = info.srWindow.height() * info.dwSize.X; in processEraseScreen() local
143 … Kernel32.INSTANCE.FillConsoleOutputCharacter(console, ' ', screenLength, topLeft, written); in processEraseScreen()
144 …rnel32.INSTANCE.FillConsoleOutputAttribute(console, info.wAttributes, screenLength, topLeft, writt… in processEraseScreen()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/
H A DWindowsAnsiWriter.java142 int screenLength = info.srWindow.height() * info.dwSize.X; in processEraseScreen() local
143 … Kernel32.INSTANCE.FillConsoleOutputCharacter(console, ' ', screenLength, topLeft, written); in processEraseScreen()
144 …rnel32.INSTANCE.FillConsoleOutputAttribute(console, info.wAttributes, screenLength, topLeft, writt… in processEraseScreen()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/
H A DWindowsAnsiWriter.java142 int screenLength = info.srWindow.height() * info.dwSize.X; in processEraseScreen() local
143 … Kernel32.INSTANCE.FillConsoleOutputCharacter(console, ' ', screenLength, topLeft, written); in processEraseScreen()
144 …rnel32.INSTANCE.FillConsoleOutputAttribute(console, info.wAttributes, screenLength, topLeft, writt… in processEraseScreen()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/
H A DWindowsAnsiWriter.java142 int screenLength = info.srWindow.height() * info.dwSize.X; in processEraseScreen() local
143 … Kernel32.INSTANCE.FillConsoleOutputCharacter(console, ' ', screenLength, topLeft, written); in processEraseScreen()
144 …rnel32.INSTANCE.FillConsoleOutputAttribute(console, info.wAttributes, screenLength, topLeft, writt… in processEraseScreen()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/
H A DWindowsAnsiWriter.java142 int screenLength = info.srWindow.height() * info.dwSize.X; in processEraseScreen() local
143 … Kernel32.INSTANCE.FillConsoleOutputCharacter(console, ' ', screenLength, topLeft, written); in processEraseScreen()
144 …rnel32.INSTANCE.FillConsoleOutputAttribute(console, info.wAttributes, screenLength, topLeft, writt… in processEraseScreen()
/dports/science/jdftx/jdftx-1.6.0/jdftx/fluid/
H A DPCM_internal.cpp224 double screenLength = sqrt(T*epsBulk/(8*M_PI*Nion*Zion*Zion)); in Screening() local
225 if(linear) logPrintf(" Linear ions with screening length = %lg bohrs.\n", screenLength); in Screening()
226 … ions with screening length = %lg bohrs and Z = %lg at T = %lg K.\n", screenLength, Zion, T/Kelvin… in Screening()
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/Thirdparty/
H A Doptionparser.h2150 int screenLength() in screenLength() function
2449 if (part.screenLength() < overlong_column_threshold)
2455 upmax(col_width[part.column()], part.screenLength());
2540 x += part.screenLength();
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/optionparser/vtkmoptionparser/
H A Doptionparser.h2187 int screenLength() in screenLength() function
2486 if (part.screenLength() < overlong_column_threshold)
2492 upmax(col_width[part.column()], part.screenLength());
2577 x += part.screenLength();
/dports/science/iboview/ibo-view.20150427/src/External/
H A Doptionparser.h2171 int screenLength() in screenLength() function
2470 if (part.screenLength() < overlong_column_threshold)
2476 upmax(col_width[part.column()], part.screenLength());
2557 x += part.screenLength();
/dports/math/ogdf/OGDF/test/include/bandit/external/
H A Doptionparser.h2149 int screenLength() in screenLength() function
2448 if (part.screenLength() < overlong_column_threshold)
2454 upmax(col_width[part.column()], part.screenLength());
2539 x += part.screenLength();
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/testing/
H A DOptionParser.h2351 int screenLength() { return screenlen; } in screenLength() function
2671 if (part.screenLength() < overlong_column_threshold)
2678 upmax(col_width[part.column()], part.screenLength());
2768 x += part.screenLength();
/dports/net/sshping/sshping-0.1.4/ext/
H A Doptionparser.h2160 int screenLength() in screenLength() function
2459 if (part.screenLength() < overlong_column_threshold)
2465 upmax(col_width[part.column()], part.screenLength());
2550 x += part.screenLength();
/dports/www/davix/davix-0.7.6/test/functional/
H A Doptionparser.h2150 int screenLength() in screenLength() function
2449 if (part.screenLength() < overlong_column_threshold)
2455 upmax(col_width[part.column()], part.screenLength());
2540 x += part.screenLength();
/dports/devel/libgrading/libgrading-0.1.8/vendor/
H A Doptionparser.h2148 int screenLength() in screenLength() function
2447 if (part.screenLength() < overlong_column_threshold)
2453 upmax(col_width[part.column()], part.screenLength());
2534 x += part.screenLength();
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/document/
H A Dqdocument.h219 static int screenLength(const QChar *d, int l, int tabStop); in Q_DECLARE_METATYPE()
H A Dqdocument.cpp109 int QDocument::screenLength(const QChar *d, int l, int tabStop) in screenLength() function in QDocument
1607 …return QDocument::screenLength(m_text.constData(), l == -1 ? m_text.length() : l, m_doc->tabStop()… in indent()
1907 return QDocument::screenLength(m_text.constData(), cpos, tabStop) in cursorToX()
3646 return QDocument::screenLength( in visualColumnNumber()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/document/
H A Dqdocument.h219 static int screenLength(const QChar *d, int l, int tabStop); in Q_DECLARE_METATYPE()
H A Dqdocument.cpp109 int QDocument::screenLength(const QChar *d, int l, int tabStop) in screenLength() function in QDocument
1607 …return QDocument::screenLength(m_text.constData(), l == -1 ? m_text.length() : l, m_doc->tabStop()… in indent()
1907 return QDocument::screenLength(m_text.constData(), cpos, tabStop) in cursorToX()
3646 return QDocument::screenLength( in visualColumnNumber()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/
H A Dqeditor.cpp4144 } while ( QDocument::screenLength(txt.constData(), firstNS, ts) % ts ); in preInsert()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/
H A Dqeditor.cpp4144 } while ( QDocument::screenLength(txt.constData(), firstNS, ts) % ts ); in preInsert()