Home
last modified time | relevance | path

Searched refs:ch2End (Results 1 – 10 of 10) sorted by relevance

/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Text_Buffer.cxx1343 ch2End; in redisplay_selection() local
1379 ch2End = max(oldEnd, newEnd); in redisplay_selection()
1384 if (ch2Start != ch2End) in redisplay_selection()
1385 call_modify_callbacks(ch2Start, 0, 0, ch2End - ch2Start, NULL); in redisplay_selection()
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A DFl_Text_Buffer_mod.cxx1404 ch2End; in redisplay_selection() local
1440 ch2End = max(oldEnd, newEnd); in redisplay_selection()
1445 if (ch2Start != ch2End) in redisplay_selection()
1446 call_modify_callbacks(ch2Start, 0, 0, ch2End - ch2Start, NULL); in redisplay_selection()
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFl_Text_Buffer_mod.cxx1433 ch2End; in redisplay_selection() local
1469 ch2End = max(oldEnd, newEnd); in redisplay_selection()
1474 if (ch2Start != ch2End) in redisplay_selection()
1475 call_modify_callbacks(ch2Start, 0, 0, ch2End - ch2Start, NULL); in redisplay_selection()
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Buffer_mod_1_3.cxx1395 ch2End; in redisplay_selection() local
1431 ch2End = max(oldEnd, newEnd); in redisplay_selection()
1436 if (ch2Start != ch2End) in redisplay_selection()
1437 call_modify_callbacks(ch2Start, 0, 0, ch2End - ch2Start, NULL); in redisplay_selection()
H A DFl_Text_Buffer_mod_1_1.cxx2006 int oldStart, oldEnd, newStart, newEnd, ch1Start, ch1End, ch2Start, ch2End; in redisplay_selection() local
2057 ch2End = max( oldEnd, newEnd ); in redisplay_selection()
2062 if ( ch2Start != ch2End ) in redisplay_selection()
2063 call_modify_callbacks( ch2Start, 0, 0, ch2End - ch2Start, NULL ); in redisplay_selection()
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A DFl_Text_Buffer_mod.cxx1404 ch2End; in redisplay_selection() local
1440 ch2End = max(oldEnd, newEnd); in redisplay_selection()
1445 if (ch2Start != ch2End) in redisplay_selection()
1446 call_modify_callbacks(ch2Start, 0, 0, ch2End - ch2Start, NULL); in redisplay_selection()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Text_Buffer.cxx1335 ch2End; in redisplay_selection() local
1371 ch2End = max(oldEnd, newEnd); in redisplay_selection()
1376 if (ch2Start != ch2End) in redisplay_selection()
1377 call_modify_callbacks(ch2Start, 0, 0, ch2End - ch2Start, NULL); in redisplay_selection()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Text_Buffer.cxx1343 ch2End; in redisplay_selection() local
1379 ch2End = max(oldEnd, newEnd); in redisplay_selection()
1384 if (ch2Start != ch2End) in redisplay_selection()
1385 call_modify_callbacks(ch2Start, 0, 0, ch2End - ch2Start, NULL); in redisplay_selection()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Buffer.cxx2060 int oldStart, oldEnd, newStart, newEnd, ch1Start, ch1End, ch2Start, ch2End; in redisplay_selection() local
2111 ch2End = max( oldEnd, newEnd ); in redisplay_selection()
2116 if ( ch2Start != ch2End ) in redisplay_selection()
2117 call_modify_callbacks( ch2Start, 0, 0, ch2End - ch2Start, NULL ); in redisplay_selection()
/dports/editors/nedit/nedit-5.7/source/
H A DtextBuf.c2129 int oldStart, oldEnd, newStart, newEnd, ch1Start, ch1End, ch2Start, ch2End; in redisplaySelection() local
2180 ch2End = max(oldEnd, newEnd); in redisplaySelection()
2185 if (ch2Start != ch2End) in redisplaySelection()
2186 callModifyCBs(buf, ch2Start, 0, 0, ch2End-ch2Start, NULL); in redisplaySelection()