Searched refs:btLineCount (Results 1 – 2 of 2) sorted by relevance
46 const int btLineCount = 7; variable104 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()
26 int btLineCount; member61 # define biParaLineCount BIU.biuPara.btLineCount