Home
last modified time | relevance | path

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

/dports/comms/ncid/ncid/gateway/
H A Dxdmf2ncid.pl793 my $botLine = "# "; # don't need marker for payload type and length bytes
797 $botLine = $botLine . " " . " " x 8;
800 $botLine = $botLine . " " . " " x $reclen;
805 $botLine = $botLine . " " . $marker;
811 $botLine = $botLine . $marker . " " x $reclen;
816 $botLine = $botLine . " " . $marker;
818 logMsg(1, "$botLine\n");
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/BrowseTracker/
H A DJumpTracker.cpp252 long botLine = (topLine+scnSize)-1; // In keeping with top line == 0 origin in OnEditorUpdateEvent() local
253 botLine = (botLine < 0) ? 0 : botLine; in OnEditorUpdateEvent()
254 botLine = (botLine > edstc->GetLineCount()) ? edstc->GetLineCount() : botLine; in OnEditorUpdateEvent()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Deps.c62 static struct EPSLineRec *topLine=NULL, *botLine=NULL; variable
166 topLine = botLine = NULL; in CleanUpLines()
407 line_ptr->prev = botLine;
408 if (botLine == NULL) {
411 botLine->next = line_ptr;
413 botLine = line_ptr;
1190 topLine = botLine = NULL;
1447 topLine = botLine = NULL;
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_RTF_listenerWriteDoc.cpp826 PP_PropertyMap::Line botLine; in _openFrame() local
1038 s_border_properties (pszBorderColor, pszBorderStyle, pszBorderWidth, pszColor, botLine); in _openFrame()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dk4style.cpp1011 QRect botLine = QRect(QPoint(centerX, centerY + expanderAdjust), in drawPrimitive() local
1013 … drawKStylePrimitive(WT_Tree, Tree::VerticalBranch, option, botLine, pal, flags, painter, widget); in drawPrimitive()