Home
last modified time | relevance | path

Searched refs:startm (Results 1 – 25 of 58) sorted by relevance

123

/dports/hebrew/he2/he2-0.61/he2/
H A DEdit_events.cxx376 (current_line == startm.line)&&(curx > startm.offset+1)) && in _CopyBlock()
451 (current_line == startm.line)&&(curx > startm.offset+1)) && in _MoveBlock()
577 file.setStartMarker(startm.line, startm.offset) ; in _Find()
673 file.setStartMarker(startm.line, startm.offset) ; in _FindReplace()
707 file.setStartMarker(startm.line, startm.offset-1) ; in _DeleteChar()
725 file.setStartMarker(startm.line-1, startm.offset) ; in _DeleteChar()
830 …if ((startm.line == current_line) && (startm.line < endm.line) && (startm.offset >= where().offset… in _DeleteLine()
833 file.setStartMarker(startm.line, startm.offset) ; in _DeleteLine()
1021 file.setStartMarker(startm.line, startm.offset) ; in suggestWords()
1088 file.setStartMarker(startm.line, startm.offset) ; in _NewLine()
[all …]
H A DEdit.cxx61 Edit::_markBlock(Marker startm, Marker endm, int copy_to_scratch) in _markBlock() argument
65 if ((startm.line > 0) && (endm.line > 0) && in _markBlock()
66 … ((endm.line > startm.line) || ((endm.line == startm.line) && (endm.offset > startm.offset))) ) { in _markBlock()
79 if (startm.line == endm.line) { in _markBlock()
80 aString tmp = ((aString &)(file.line(startm.line))).at(startm.offset, endm.offset) ; in _markBlock()
84 …aString tmp = ((aString &)(file.line(startm.line))).at(startm.offset, ((aString &)(file.line(start… in _markBlock()
86 for (int l = startm.line+1; l < endm.line ; l++) { in _markBlock()
348 if ((line >= startm.line) && (line <= endm.line)) { in _display_line()
352 if ((line > startm.line) && (line < endm.line)) { in _display_line()
362 ((line == startm.line) && (startm.line < endm.line) && (l > startm.offset)) || in _display_line()
[all …]
H A DUndo.cxx65 Marker before, Marker after, Marker startm, in record_action() argument
80 _lastUndo[current]->startm = startm ; in record_action()
151 edit->file.setStartMarker(_lastUndo[current]->startm.line, _lastUndo[current]->startm.offset) ; in undo_last_action()
195 …edit->file.setStartMarker(_lastUndo[current+1]->startm.line, _lastUndo[current+1]->startm.offset) ; in redo_last_action()
H A DUndo.h29 Marker before, after , startm, endm ; member
36 before=after=startm=endm=nowhere ; in UndoSt()
108 Marker before, Marker after, Marker startm, Marker endm,
H A DEdit.h191 virtual void _markBlock(Marker startm, Marker endm, int copy_to_scratch=0) ;
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dmessage_storage.c556 bctbx_list_t *linphone_chat_room_get_history_range(LinphoneChatRoom *cr, int startm, int endm){ in linphone_chat_room_get_history_range() argument
574 if (startm<0) startm=0; in linphone_chat_room_get_history_range()
576 if ((endm>0&&endm>=startm) || (startm == 0 && endm == 0) ){ in linphone_chat_room_get_history_range()
577 buf2=ms_strdup_printf("%s LIMIT %i ",buf,endm+1-startm); in linphone_chat_room_get_history_range()
580 }else if(startm>0){ in linphone_chat_room_get_history_range()
581 …essage("%s(): end is lower than start (%d < %d). Assuming no end limit.",__FUNCTION__,endm,startm); in linphone_chat_room_get_history_range()
587 if (startm>0){ in linphone_chat_room_get_history_range()
588 buf2=ms_strdup_printf("%s OFFSET %i ",buf,startm); in linphone_chat_room_get_history_range()
597 if (endm+1-startm > 1) { in linphone_chat_room_get_history_range()
/dports/editors/aewan/aewan-1.0.01/
H A Dmenubar.c89 int menubar_show(int startm) { in menubar_show() argument
95 open_menu = startm; in menubar_show()
/dports/astro/josm/josm-18303/ch/poole/openinghoursparser/
H A DMessages_da.properties27 missing_month_start = Mangler startm�ned
/dports/textproc/bsdgrep/grep-2.6.0-FreeBSD/
H A Dutil.c434 size_t startm = 0, matchidx; local
459 startm = matchidx;
532 if (matchidx > startm) {
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dproc.c428 static void startm(P*, bool);
1278 startm(P *p, bool spinning) in startm() function
1317 startm(p, false); in handoffp()
1324 startm(p, true); in handoffp()
1337 startm(p, false); in handoffp()
1344 startm(p, false); in handoffp()
1359 startm(nil, true); in wakep()
1584 startm(nil, false); in injectglist()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dproc.c429 static void startm(P*, bool);
1387 startm(P *p, bool spinning) in startm() function
1426 startm(p, false); in handoffp()
1433 startm(p, true); in handoffp()
1446 startm(p, false); in handoffp()
1453 startm(p, false); in handoffp()
1468 startm(nil, true); in wakep()
1712 startm(nil, false); in injectglist()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dproc.c407 static void startm(P*, bool);
1479 startm(P *p, bool spinning) in startm() function
1518 startm(p, false); in handoffp()
1525 startm(p, true); in handoffp()
1538 startm(p, false); in handoffp()
1545 startm(p, false); in handoffp()
1560 startm(nil, true); in wakep()
1807 startm(nil, false); in injectglist()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dproc.c407 static void startm(P*, bool);
1479 startm(P *p, bool spinning) in startm() function
1518 startm(p, false); in handoffp()
1525 startm(p, true); in handoffp()
1538 startm(p, false); in handoffp()
1545 startm(p, false); in handoffp()
1560 startm(nil, true); in wakep()
1807 startm(nil, false); in injectglist()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dproc.c407 static void startm(P*, bool);
1479 startm(P *p, bool spinning) in startm() function
1518 startm(p, false); in handoffp()
1525 startm(p, true); in handoffp()
1538 startm(p, false); in handoffp()
1545 startm(p, false); in handoffp()
1560 startm(nil, true); in wakep()
1807 startm(nil, false); in injectglist()
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dproc.go1793 func startm(_p_ *p, spinning bool) { func
1844 startm(_p_, false)
1849 startm(_p_, false)
1855 startm(_p_, true)
1877 startm(_p_, false)
1884 startm(_p_, false)
1901 startm(nil, true)
2386 startm(nil, false)
4251 startm(nil, false)
4521 startm(nil, false)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dproc.go1793 func startm(_p_ *p, spinning bool) { func
1844 startm(_p_, false)
1849 startm(_p_, false)
1855 startm(_p_, true)
1877 startm(_p_, false)
1884 startm(_p_, false)
1901 startm(nil, true)
2386 startm(nil, false)
4251 startm(nil, false)
4521 startm(nil, false)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dproc.go1793 func startm(_p_ *p, spinning bool) { func
1844 startm(_p_, false)
1849 startm(_p_, false)
1855 startm(_p_, true)
1877 startm(_p_, false)
1884 startm(_p_, false)
1901 startm(nil, true)
2386 startm(nil, false)
4251 startm(nil, false)
4521 startm(nil, false)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dproc.go1935 func startm(_p_ *p, spinning bool) { func
1986 startm(_p_, false)
1991 startm(_p_, false)
1997 startm(_p_, true)
2019 startm(_p_, false)
2026 startm(_p_, false)
2040 startm(nil, true)
2443 startm(nil, false)
4364 startm(nil, false)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dproc.go1935 func startm(_p_ *p, spinning bool) { func
1986 startm(_p_, false)
1991 startm(_p_, false)
1997 startm(_p_, true)
2019 startm(_p_, false)
2026 startm(_p_, false)
2040 startm(nil, true)
2443 startm(nil, false)
4364 startm(nil, false)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dproc.go1935 func startm(_p_ *p, spinning bool) { func
1986 startm(_p_, false)
1991 startm(_p_, false)
1997 startm(_p_, true)
2019 startm(_p_, false)
2026 startm(_p_, false)
2040 startm(nil, true)
2443 startm(nil, false)
4364 startm(nil, false)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dproc.go1845 func startm(_p_ *p, spinning bool) { func
1896 startm(_p_, false)
1901 startm(_p_, false)
1907 startm(_p_, true)
1929 startm(_p_, false)
1936 startm(_p_, false)
1953 startm(nil, true)
2439 startm(nil, false)
4533 startm(nil, false)
4794 startm(nil, false)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dproc.go2083 func startm(_p_ *p, spinning bool) { func
2173 startm(_p_, false)
2178 startm(_p_, false)
2184 startm(_p_, true)
2206 startm(_p_, false)
2213 startm(_p_, false)
2238 startm(nil, true)
2820 startm(nil, false)
4844 startm(nil, false)
5120 startm(nil, false)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dproc.go2181 func startm(_p_ *p, spinning bool) { func
2271 startm(_p_, false)
2276 startm(_p_, false)
2282 startm(_p_, true)
2304 startm(_p_, false)
2311 startm(_p_, false)
2336 startm(nil, true)
3007 startm(nil, false)
4985 startm(nil, false)
5258 startm(nil, false)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dproc.go2083 func startm(_p_ *p, spinning bool) { func
2173 startm(_p_, false)
2178 startm(_p_, false)
2184 startm(_p_, true)
2206 startm(_p_, false)
2213 startm(_p_, false)
2238 startm(nil, true)
2820 startm(nil, false)
4844 startm(nil, false)
5120 startm(nil, false)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dproc.go2083 func startm(_p_ *p, spinning bool) { func
2173 startm(_p_, false)
2178 startm(_p_, false)
2184 startm(_p_, true)
2206 startm(_p_, false)
2213 startm(_p_, false)
2238 startm(nil, true)
2820 startm(nil, false)
4844 startm(nil, false)
5120 startm(nil, false)

123