Home
last modified time | relevance | path

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

/dports/games/kevedit/kevedit-0.5.1/src/texteditor/
H A Ddisplay.c46 const int btLineCount = 7; variable
104 for (i = 1; i <= btLineCount && text->cur != NULL; i++, text->cur = text->cur->next) in texteditDisplayText()
107 if (i <= btLineCount) in texteditDisplayText()
114 for (i = -1; i >= -btLineCount && text->cur != NULL; i--, text->cur = text->cur->prev) in texteditDisplayText()
123 if (i >= -btLineCount) in texteditDisplayText()
221 lineoffset < editor->selectlineoffset && lineoffset <= btLineCount && text->cur != NULL; in texteditDisplaySelection()
228 lineoffset > editor->selectlineoffset && lineoffset >= -btLineCount && text->cur != NULL; in texteditDisplaySelection()
234 …if (lineoffset <= btLineCount && lineoffset >= -btLineCount && text->cur != NULL && text->cur->s !… in texteditDisplaySelection()
/dports/editors/ted/Ted-2.23/docBuf/
H A DdocParaNode.h26 int btLineCount; member
61 # define biParaLineCount BIU.biuPara.btLineCount