Home
last modified time | relevance | path

Searched refs:ed (Results 1 – 25 of 10792) sorted by relevance

12345678910>>...432

/dports/editors/ted/Ted-2.23/Ted/
H A DtedAppFront.c35 if ( ! ed ) in tedAppReplace()
46 if ( ! ed ) in tedAppSelectCurrentFrame()
57 if ( ! ed ) in tedAppSelectWholeCell()
68 if ( ! ed ) in tedAppSelectRow()
77 if ( ! ed ) in tedAppSelectTable()
86 if ( ! ed ) in tedAppGotoNoteDef()
96 if ( ! ed ) in tedAppDeleteCurrentFrame()
107 if ( ! ed ) in tedAppDeleteSelectedParagraphs()
118 if ( ! ed ) in tedAppDeleteSelectedSections()
155 { XDEB(ed); } in tedAppSetTocField()
[all …]
/dports/devel/agar/agar-1.5.0/gui/
H A Deditable.c568 ed->yVis = WIDGET(ed)->h / ed->lineSkip; in OnFontChange()
886 ed->yCurs = y/ed->lineSkip + ed->y; in Draw()
888 if ((ed->sel > 0 && i >= ed->pos && i < ed->pos + ed->sel) || in Draw()
889 (ed->sel < 0 && i < ed->pos && i > ed->pos + ed->sel - 1)) { in Draw()
899 ed->ySelEnd = y/ed->lineSkip + ed->y; in Draw()
955 ed->x += (*ed->xScrollTo - ed->x); in Draw()
966 ed->y += (*ed->yScrollTo - ed->y); in Draw()
970 ed->y = *ed->yScrollTo - ed->yVis + 1; in Draw()
976 if (ed->xCurs < ed->x - ed->xScrollPx || in Draw()
977 ed->xCurs > ed->x + WIDTH(ed) - ed->xScrollPx) { in Draw()
[all …]
H A Dkeymap.c120 ed->xScrollTo = &ed->xCurs; in Insert()
121 ed->yScrollTo = &ed->yCurs; in Insert()
149 ed->xScrollTo = &ed->xCurs; in Delete()
161 ed->xScrollTo = &ed->xCurs; in Delete()
162 ed->yScrollTo = &ed->yCurs; in Delete()
217 ed->pos += ed->sel; in Kill()
218 ed->sel = -(ed->sel); in Kill()
270 ed->xScrollTo = &ed->xCurs; in WordBack()
271 ed->yScrollTo = &ed->yCurs; in WordBack()
303 ed->xScrollTo = &ed->xCurs; in WordForw()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dmbssolset_convert_auto.h29 ElementData ed; in SolverOptions2EDC() local
31ed.SetDouble(GetSolSet().endtime, "end_time"); ed.SetToolTipText("Final simulation time; for stati… in SolverOptions2EDC()
33ed.SetDouble(GetSolSet().maxstepsize, "max_step_size"); ed.SetToolTipText("Maxial step size of tim… in SolverOptions2EDC()
34ed.SetDouble(GetSolSet().minstepsize, "min_step_size"); ed.SetToolTipText("Minimal step size of ti… in SolverOptions2EDC()
36ed.SetText(GetSolSet().tableauname, "tableau_name"); ed.SetToolTipText("Runge Kutta tableau chosen… in SolverOptions2EDC()
38ed.SetInt(GetSolSet().minstages, "min_stages"); ed.SetToolTipText("Min. stages for variable order.… in SolverOptions2EDC()
40ed.SetDouble(GetSolSet().initstepsize, "init_step_size"); ed.SetToolTipText("Initial stepsize for … in SolverOptions2EDC()
47ed.SetDouble(GetSolSet().static_minloadinc, "min_load_inc"); ed.SetToolTipText("Minimal increment.… in SolverOptions2EDC()
48ed.SetDouble(GetSolSet().static_maxloadinc, "max_load_inc"); ed.SetToolTipText("Maximum load incre… in SolverOptions2EDC()
49ed.SetDouble(GetSolSet().static_initloadinc, "init_load_inc"); ed.SetToolTipText("Initial load inc… in SolverOptions2EDC()
[all …]
/dports/mail/elm/elm2.5.8/src/
H A Din_utils.c494 assert(ed->curr_pos <= ed->curr_offset+ed->disp_width);
517 ed->curr_pos = ed->curr_len;
547 MoveCursor(ed->line, ed->beg_col+ed->curr_pos-ed->curr_offset);
642 edfld_output_scroll(ed, ed->curr_offset-ed->curr_pos);
646 (ed->curr_offset+ed->disp_width-1) - ed->curr_pos);
693 if (ed->curr_len >= ed->curr_offset+ed->disp_width) {
737 if (ed->curr_len >= ed->curr_offset+ed->disp_width)
761 for (s = ed->buf+ed->curr_len, i = ed->curr_len+1-ed->curr_pos
770 if (ed->curr_pos == ed->curr_offset+ed->disp_width) {
775 MoveCursor(ed->line, ed->beg_col+ed->disp_width-2);
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/z180/
H A Dz180ed.c11 OP(ed,02) { illegal_2(); } /* DB ED */
12 OP(ed,03) { illegal_2(); } /* DB ED */
13 OP(ed,04) { TST( _B ); } /* TST B */
14 OP(ed,05) { illegal_2(); } /* DB ED */
15 OP(ed,06) { illegal_2(); } /* DB ED */
16 OP(ed,07) { illegal_2(); } /* DB ED */
22 OP(ed,0c) { TST( _C ); } /* TST C */
85 OP(ed,44) { NEG; } /* NEG */
103 OP(ed,54) { NEG; } /* NEG */
124 OP(ed,67) { RRD; } /* RRD (HL) */
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/z180/
H A Dz180ed.hxx12 OP(ed,00) { unsigned n = ARG(); _B = IN( n ); } /* IN0 B,(n) */
13 OP(ed,01) { unsigned n = ARG(); OUT( n, _B ); } /* OUT0 (n),B */
14 OP(ed,02) { illegal_2(); } /* DB ED */
15 OP(ed,03) { illegal_2(); } /* DB ED */
16 OP(ed,04) { TST( _B ); } /* TST B */
17 OP(ed,05) { illegal_2(); } /* DB ED */
18 OP(ed,06) { illegal_2(); } /* DB ED */
19 OP(ed,07) { illegal_2(); } /* DB ED */
21 OP(ed,08) { unsigned n = ARG(); _C = IN( n ); } /* IN0 C,(n) */
22 OP(ed,09) { unsigned n = ARG(); OUT( n, _C ); } /* OUT0 (n),C */
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z180/
H A Dz180ed.hxx12 OP(ed,00) { unsigned n = ARG(); _B = IN( n ); } /* IN0 B,(n) */
13 OP(ed,01) { unsigned n = ARG(); OUT( n, _B ); } /* OUT0 (n),B */
14 OP(ed,02) { illegal_2(); } /* DB ED */
15 OP(ed,03) { illegal_2(); } /* DB ED */
16 OP(ed,04) { TST( _B ); } /* TST B */
17 OP(ed,05) { illegal_2(); } /* DB ED */
18 OP(ed,06) { illegal_2(); } /* DB ED */
19 OP(ed,07) { illegal_2(); } /* DB ED */
21 OP(ed,08) { unsigned n = ARG(); _C = IN( n ); } /* IN0 C,(n) */
22 OP(ed,09) { unsigned n = ARG(); OUT( n, _C ); } /* OUT0 (n),C */
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/z180/
H A Dz180ed.c11 OP(ed,02) { illegal_2(); } /* DB ED */
12 OP(ed,03) { illegal_2(); } /* DB ED */
13 OP(ed,04) { TST( _B ); } /* TST B */
14 OP(ed,05) { illegal_2(); } /* DB ED */
15 OP(ed,06) { illegal_2(); } /* DB ED */
16 OP(ed,07) { illegal_2(); } /* DB ED */
22 OP(ed,0c) { TST( _C ); } /* TST C */
85 OP(ed,44) { NEG; } /* NEG */
103 OP(ed,54) { NEG; } /* NEG */
124 OP(ed,67) { RRD; } /* RRD (HL) */
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/z180/
H A Dz180ed.c86 OP(ed,44) { NEG; } /* NEG */
104 OP(ed,54) { NEG; } /* NEG */
122 OP(ed,64) { NEG; } /* NEG */
142 OP(ed,76) { SLP; } /* SLP */
190 OP(ed,a0) { LDI; } /* LDI */ in OP() argument
191 OP(ed,a1) { CPI; } /* CPI */ in OP() argument
192 OP(ed,a2) { INI; } /* INI */ in OP() argument
199 OP(ed,a8) { LDD; } /* LDD */ in OP() argument
200 OP(ed,a9) { CPD; } /* CPD */ in OP() argument
201 OP(ed,aa) { IND; } /* IND */ in OP() argument
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/z180/
H A Dz180ed.c86 OP(ed,44) { NEG; } /* NEG */
104 OP(ed,54) { NEG; } /* NEG */
122 OP(ed,64) { NEG; } /* NEG */
142 OP(ed,76) { SLP; } /* SLP */
190 OP(ed,a0) { LDI; } /* LDI */ in OP() argument
191 OP(ed,a1) { CPI; } /* CPI */ in OP() argument
192 OP(ed,a2) { INI; } /* INI */ in OP() argument
199 OP(ed,a8) { LDD; } /* LDD */ in OP() argument
200 OP(ed,a9) { CPD; } /* CPD */ in OP() argument
201 OP(ed,aa) { IND; } /* IND */ in OP() argument
[all …]
/dports/x11-toolkits/scintilla/scintilla/test/
H A DsimpleTests.py19 self.ed = self.xite.ed
687 self.ed = self.xite.ed
842 self.ed = self.xite.ed
923 self.ed = self.xite.ed
1041 self.ed = self.xite.ed
1127 self.ed = self.xite.ed
1158 self.ed = self.xite.ed
1275 self.ed = self.xite.ed
1301 self.ed = self.xite.ed
1318 self.ed = self.xite.ed
[all …]
/dports/editors/textadept/scintilla/test/
H A DsimpleTests.py19 self.ed = self.xite.ed
687 self.ed = self.xite.ed
842 self.ed = self.xite.ed
923 self.ed = self.xite.ed
1041 self.ed = self.xite.ed
1127 self.ed = self.xite.ed
1158 self.ed = self.xite.ed
1275 self.ed = self.xite.ed
1301 self.ed = self.xite.ed
1318 self.ed = self.xite.ed
[all …]
/dports/editors/scite/scintilla/test/
H A DsimpleTests.py19 self.ed = self.xite.ed
687 self.ed = self.xite.ed
842 self.ed = self.xite.ed
923 self.ed = self.xite.ed
1041 self.ed = self.xite.ed
1127 self.ed = self.xite.ed
1158 self.ed = self.xite.ed
1275 self.ed = self.xite.ed
1301 self.ed = self.xite.ed
1318 self.ed = self.xite.ed
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/re/
H A Ded.c313 sfwrite(ed.spl, ed.spbeg, ed.spend - ed.spbeg); in splice()
330 ed.input = s + (ed.input - ed.spbeg); in splice()
455 ed.undo.dot = ed.dot - ed.zero; in modify()
456 ed.undo.dol = ed.dol - ed.zero; in modify()
496 ed.dot = ed.zero + ed.undo.dot; in undo()
499 ed.dol = ed.zero + ed.undo.dol; in undo()
807 ed.addr1 = ed.zero + (ed.dol > ed.zero); in setwide()
926 if (ed.verbose && ed.modified && ed.dol != ed.zero) { in quit()
1096 ed.dot = a1 > ed.dol ? ed.dol : a1; in rdelete()
1227 ed.dot = ed.dol = ed.zero; in edit()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/re/
H A Ded.c313 sfwrite(ed.spl, ed.spbeg, ed.spend - ed.spbeg); in splice()
330 ed.input = s + (ed.input - ed.spbeg); in splice()
455 ed.undo.dot = ed.dot - ed.zero; in modify()
456 ed.undo.dol = ed.dol - ed.zero; in modify()
496 ed.dot = ed.zero + ed.undo.dot; in undo()
499 ed.dol = ed.zero + ed.undo.dol; in undo()
807 ed.addr1 = ed.zero + (ed.dol > ed.zero); in setwide()
926 if (ed.verbose && ed.modified && ed.dol != ed.zero) { in quit()
1096 ed.dot = a1 > ed.dol ? ed.dol : a1; in rdelete()
1227 ed.dot = ed.dol = ed.zero; in edit()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/re/
H A Ded.c314 sfwrite(ed.spl, ed.spbeg, ed.spend - ed.spbeg); in splice()
331 ed.input = s + (ed.input - ed.spbeg); in splice()
456 ed.undo.dot = ed.dot - ed.zero; in modify()
457 ed.undo.dol = ed.dol - ed.zero; in modify()
497 ed.dot = ed.zero + ed.undo.dot; in undo()
500 ed.dol = ed.zero + ed.undo.dol; in undo()
808 ed.addr1 = ed.zero + (ed.dol > ed.zero); in setwide()
927 if (ed.verbose && ed.modified && ed.dol != ed.zero) { in quit()
1097 ed.dot = a1 > ed.dol ? ed.dol : a1; in rdelete()
1228 ed.dot = ed.dol = ed.zero; in edit()
[all …]
/dports/editors/ted/Ted-2.23/appFrame/
H A DappDocument.c47 ed, ed->edPrivateData ); in APP_MENU_CALLBACK_H()
53 ed->edFormat, &(ed->edFilename) ) ) in APP_MENU_CALLBACK_H()
165 appDocVisible( ea, ed, ed->edIsVisible ); in appMakeDocVisible()
291 appRenameDocumentOptions( ed->edApplication, ed, &(ed->edTitle) ); in appSetDocumentTitle()
513 ed->edPrivateData, ed->edFormat, in appSetupDocument()
616 appDocVisible( ea, ed, ed->edIsVisible ); in appSetupDocument()
686 &(ed->edToplevel), ea, ed->edMenuBar, in appDocFillMenu()
692 &(ed->edToplevel), ea, ed->edMenuBar, in appDocFillMenu()
701 &(ed->edToplevel), ea, ed->edMenuBar, in appDocFillMenu()
709 &(ed->edToplevel), ea, ed->edMenuBar, in appDocFillMenu()
[all …]
H A DappScrollDocument.c47 high= ed->edVisibleRect.drY1- ed->edVisibleRect.drY0+ 1; in appDocScrollVertically()
48 wide= ed->edVisibleRect.drX1- ed->edVisibleRect.drX0+ 1; in appDocScrollVertically()
115 ( ed->edLeftRuler, ed->edLeftRulerWidget, scrolledY ); in appDocScrollVertically()
151 high= ed->edVisibleRect.drY1- ed->edVisibleRect.drY0+ 1; in appDocScrollHorizontally()
152 wide= ed->edVisibleRect.drX1- ed->edVisibleRect.drX0+ 1; in appDocScrollHorizontally()
213 ( ed->edTopRuler, ed->edTopRulerWidget, scrolledX ); in appDocScrollHorizontally()
443 ed->edVisibleRect.drY1= ed->edVisibleRect.drY0+ high- 1; in appDocAdaptToWidgetSize()
446 if ( ed->edVisibleRect.drY1 > ed->edFullRect.drY1 ) in appDocAdaptToWidgetSize()
448 d= ed->edVisibleRect.drY1- ed->edFullRect.drY1; in appDocAdaptToWidgetSize()
467 if ( ed->edVisibleRect.drX1 > ed->edFullRect.drX1 ) in appDocAdaptToWidgetSize()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/
H A DElementEDCauto.cpp101ed.SetInt(IsRigid(),"is_rigid"); ed.SetLocked(1); ed.SetToolTipText("flag if body is a rigid body"… in GetElementDataAuto()
103ed.SetInt(IS(),"n_algebraic_equations"); ed.SetLocked(1); ed.SetToolTipText("number of algebraic e… in GetElementDataAuto()
106ed.SetInt(ES(),"n_first_order_ODEs"); ed.SetLocked(1); ed.SetToolTipText("number of first order OD… in GetElementDataAuto()
111 ed.SetInt(NLoads(),"number_of_loads"); ed.SetLocked(1); edc.TreeAdd("Info",ed); in GetElementDataAuto()
113ed.SetInt(elnum,"element_number"); ed.SetLocked(1); ed.SetToolTipText("number of the element in th… in GetElementDataAuto()
122ed.SetVector(vv.GetVecPtr(),vv.Length(),"sensors"); ed.SetValuesInt(); ed.SetLocked(1); ed.SetVari… in GetElementDataAuto()
190 ed.SetInt(nodenum,"node_number"); ed.SetToolTipText("Node Number."); edc.TreeAdd("",ed); in GetElementDataAuto()
807 { int dummy=0; ed.SetInt(dummy,"plane"); ed.SetLocked(1); edc.TreeAdd("Solid",ed);} in SetElementDataAuto()
891 { int dummy=0; ed.SetInt(dummy,"plane"); ed.SetLocked(1); edc.TreeAdd("Solid",ed);} in SetElementDataAuto()
1874ed.SetInt(nnodes,"nnodes"); ed.SetLocked(1); ed.SetToolTipText("number of nodes"); edc.TreeAdd("Sh… in GetElementDataAuto()
[all …]
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A Deditor.cpp2385 …if(ed.level[ed.levx+(ed.maxwidth*ed.levy)].tileset==0 || ed.level[ed.levx+(ed.maxwidth*ed.levy)].t… in editorrender()
2443 ed.temp=edentat(ed.tilex+ (ed.levx*40),ed.tiley+ (ed.levy*30)); in editorrender()
3880 if(ed.sby+ed.pagey>=ed.sblength) ed.sblength=ed.sby+ed.pagey; in editorinput()
4265 …if(ed.level[ed.levx+(ed.levy*ed.maxwidth)].tileset>=5) ed.level[ed.levx+(ed.levy*ed.maxwidth)].til… in editorinput()
4272 …if(ed.level[ed.levx+(ed.levy*ed.maxwidth)].tilecol>=8) ed.level[ed.levx+(ed.levy*ed.maxwidth)].til… in editorinput()
4276 …if(ed.level[ed.levx+(ed.levy*ed.maxwidth)].tilecol>=6) ed.level[ed.levx+(ed.levy*ed.maxwidth)].til… in editorinput()
4316 …if(ed.level[ed.levx+(ed.levy*ed.maxwidth)].tilecol>=8) ed.level[ed.levx+(ed.levy*ed.maxwidth)].til… in editorinput()
4320 …if(ed.level[ed.levx+(ed.levy*ed.maxwidth)].tilecol>=6) ed.level[ed.levx+(ed.levy*ed.maxwidth)].til… in editorinput()
4329ed.level[ed.levx+(ed.levy*ed.maxwidth)].enemytype=(ed.level[ed.levx+(ed.levy*ed.maxwidth)].enemyty… in editorinput()
4404ed.level[ed.levx+(ed.levy*ed.maxwidth)].warpdir=(ed.level[ed.levx+(ed.levy*ed.maxwidth)].warpdir+1… in editorinput()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_var.c13 Edje *ed; in _edje_var_timer_cb() local
18 ed = et->edje; in _edje_var_timer_cb()
23 ed->var_pool->timers = eina_inlist_remove(ed->var_pool->timers, in _edje_var_timer_cb()
32 embryo_program_data_set(ed->collection->script, ed); in _edje_var_timer_cb()
74 Edje *ed; in _edje_var_anim_cb() local
93 if ((!ed->paused) && (!ed->delete_me)) in _edje_var_anim_cb()
509 return _edje_var_var_int_get(ed, &(ed->var_pool->vars[id])); in _edje_var_int_get()
519 _edje_var_var_int_set(ed, &(ed->var_pool->vars[id]), v); in _edje_var_int_set()
539 _edje_var_var_float_set(ed, &(ed->var_pool->vars[id]), v); in _edje_var_float_set()
549 return _edje_var_var_str_get(ed, &(ed->var_pool->vars[id])); in _edje_var_str_get()
[all …]
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/app/demo_editor/
H A Dformopt.pas300 edSizeBm.Value:= ed.Gutter[ed.GutterBandBookmarks].Size;
301 edSizeFold.Value:= ed.Gutter[ed.GutterBandFolding].Size;
302 edSizeState.Value:= ed.Gutter[ed.GutterBandStates].Size;
303 edSizeSep.Value:= ed.Gutter[ed.GutterBandSeparator].Size;
304 edSizeEmpty.Value:= ed.Gutter[ed.GutterBandEmpty].Size;
305 edSizeNum.Value:= ed.Gutter[ed.GutterBandNumbers].Size;
437 ed.Gutter[ed.GutterBandBookmarks].Size:= edSizeBm.Value;
438 ed.Gutter[ed.GutterBandNumbers].Size:= edSizeNum.Value;
439 ed.Gutter[ed.GutterBandFolding].Size:= edSizeFold.Value;
440 ed.Gutter[ed.GutterBandStates].Size:= edSizeState.Value;
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/eet/
H A Deet_dictionary.c23 return ed; in eet_dictionary_add()
31 if (!ed) return; in eet_dictionary_free()
41 free(ed->all); in eet_dictionary_free()
45 if (ed->converts) eina_hash_free(ed->converts); in eet_dictionary_free()
120 if (ed->total == ed->count) in eet_dictionary_string_add()
143 current = ed->all + ed->count; in eet_dictionary_string_add()
145 ed->all_allocated[ed->count >> 3] |= (1 << (ed->count & 0x7)); in eet_dictionary_string_add()
146 ed->all_hash[ed->count] = hash; in eet_dictionary_string_add()
152 ed->hash[hash] = ed->count; in eet_dictionary_string_add()
172 if (idx < ed->count) length = ed->all[idx].len; in eet_dictionary_string_get_size_unlocked()
[all …]
/dports/shells/ion/liner-3f3d1d4e6058067e9d03a9b1510d8f2edac073c7/src/keymap/
H A Dvi.rs157 ed: &mut Editor<W>, in vi_move_word()
461 ed.current_buffer().num_chars() - ed.cursor(), in move_count_right()
622 let pos = ed.cursor() + self.move_count_right(ed); in handle_key_normal()
777 let pos = ed.cursor() + self.move_count_right(ed); in handle_key_normal()
1152 &mut ed, in vi_initial_insert()
1233 &mut ed, in vi_switch_from_insert()
1316 &mut ed, in vi_search_history()
1334 &mut ed, in vi_search_history()
1345 &mut ed, in vi_search_history()
1365 &mut ed, in vi_normal_delete()
[all …]

12345678910>>...432