Home
last modified time | relevance | path

Searched defs:ed (Results 1 – 25 of 3658) sorted by relevance

12345678910>>...147

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/z180/
H A Dz180ed.c189 OP(ed,a0) { LDI; } /* LDI */ in OP() argument
190 OP(ed,a1) { CPI; } /* CPI */ in OP() argument
191 OP(ed,a2) { INI; } /* INI */ in OP() argument
192 OP(ed,a3) { OUTI; } /* OUTI */ in OP() argument
198 OP(ed,a8) { LDD; } /* LDD */ in OP() argument
199 OP(ed,a9) { CPD; } /* CPD */ in OP() argument
200 OP(ed,aa) { IND; } /* IND */ in OP() argument
201 OP(ed,ab) { OUTD; } /* OUTD */ in OP() argument
207 OP(ed,b0) { LDIR; } /* LDIR */ in OP() argument
208 OP(ed,b1) { CPIR; } /* CPIR */ in OP() argument
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/z180/
H A Dz180ed.hxx192 OP(ed,a0) { LDI; } /* LDI */ in OP() argument
193 OP(ed,a1) { CPI; } /* CPI */ in OP() argument
194 OP(ed,a2) { INI; } /* INI */ in OP() argument
195 OP(ed,a3) { OUTI; } /* OUTI */ in OP() argument
196 OP(ed,a4) { illegal_2(); } /* DB ED */ in OP() argument
197 OP(ed,a5) { illegal_2(); } /* DB ED */ in OP() argument
198 OP(ed,a6) { illegal_2(); } /* DB ED */ in OP() argument
199 OP(ed,a7) { illegal_2(); } /* DB ED */ in OP() argument
201 OP(ed,a8) { LDD; } /* LDD */ in OP() argument
202 OP(ed,a9) { CPD; } /* CPD */ in OP() argument
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z180/
H A Dz180ed.hxx192 OP(ed,a0) { LDI; } /* LDI */ in OP() argument
193 OP(ed,a1) { CPI; } /* CPI */ in OP() argument
194 OP(ed,a2) { INI; } /* INI */ in OP() argument
195 OP(ed,a3) { OUTI; } /* OUTI */ in OP() argument
196 OP(ed,a4) { illegal_2(); } /* DB ED */ in OP() argument
197 OP(ed,a5) { illegal_2(); } /* DB ED */ in OP() argument
198 OP(ed,a6) { illegal_2(); } /* DB ED */ in OP() argument
199 OP(ed,a7) { illegal_2(); } /* DB ED */ in OP() argument
201 OP(ed,a8) { LDD; } /* LDD */ in OP() argument
202 OP(ed,a9) { CPD; } /* CPD */ in OP() argument
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/z180/
H A Dz180ed.c189 OP(ed,a0) { LDI; } /* LDI */ in OP() argument
190 OP(ed,a1) { CPI; } /* CPI */ in OP() argument
191 OP(ed,a2) { INI; } /* INI */ in OP() argument
192 OP(ed,a3) { OUTI; } /* OUTI */ in OP() argument
198 OP(ed,a8) { LDD; } /* LDD */ in OP() argument
199 OP(ed,a9) { CPD; } /* CPD */ in OP() argument
200 OP(ed,aa) { IND; } /* IND */ in OP() argument
201 OP(ed,ab) { OUTD; } /* OUTD */ in OP() argument
207 OP(ed,b0) { LDIR; } /* LDIR */ in OP() argument
208 OP(ed,b1) { CPIR; } /* CPIR */ in OP() argument
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/z180/
H A Dz180ed.c190 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
193 OP(ed,a3) { OUTI; } /* OUTI */ 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
202 OP(ed,ab) { OUTD; } /* OUTD */ in OP() argument
208 OP(ed,b0) { LDIR; } /* LDIR */ in OP() argument
209 OP(ed,b1) { CPIR; } /* CPIR */ in OP() argument
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/z180/
H A Dz180ed.c190 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
193 OP(ed,a3) { OUTI; } /* OUTI */ 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
202 OP(ed,ab) { OUTD; } /* OUTD */ in OP() argument
208 OP(ed,b0) { LDIR; } /* LDIR */ in OP() argument
209 OP(ed,b1) { CPIR; } /* CPIR */ in OP() argument
[all …]
/dports/devel/mercurial/mercurial-6.0/contrib/
H A Deditmergeps.ps119 $ed = $Env:HGEDITOR; variable
20 if ($ed -eq $nil) variable
22 $ed = $Env:VISUAL; variable
24 if ($ed -eq $nil) variable
26 $ed = $Env:EDITOR; variable
28 if ($ed -eq $nil) variable
30 $ed = $(hg showconfig ui.editor); variable
32 if ($ed -eq $nil) variable
38 if (($ed -eq "vim") -or ($ed -eq "emacs") -or ` variable
50 if ($ed -eq "notepad++") variable
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Deasyaccess.cpp41 ExifData::const_iterator findMetadatum(const ExifData& ed, in findMetadatum()
58 ExifData::const_iterator orientation(const ExifData& ed) in orientation()
76 ExifData::const_iterator isoSpeed(const ExifData& ed) in isoSpeed()
195 ExifData::const_iterator flashBias(const ExifData& ed) in flashBias()
327 ExifData::const_iterator lensName(const ExifData& ed) in lensName()
394 ExifData::const_iterator contrast(const ExifData& ed) in contrast()
437 ExifData::const_iterator make(const ExifData& ed) in make()
445 ExifData::const_iterator model(const ExifData& ed) in model()
463 ExifData::const_iterator fNumber(const ExifData& ed) in fNumber()
548 ExifData::const_iterator flash(const ExifData& ed) in flash()
[all …]
/dports/editors/ted/Ted-2.23/Ted/
H A DtedAppFront.c33 EditDocument * ed= ea->eaCurrentDocument; in tedAppReplace() local
45 EditDocument * ed= ea->eaCurrentDocument; in tedAppSelectCurrentFrame() local
56 EditDocument * ed= ea->eaCurrentDocument; in tedAppSelectWholeCell() local
67 EditDocument * ed= ea->eaCurrentDocument; in tedAppSelectRow() local
76 EditDocument * ed= ea->eaCurrentDocument; in tedAppSelectTable() local
85 EditDocument * ed= ea->eaCurrentDocument; in tedAppGotoNoteDef() local
94 EditDocument * ed= ea->eaCurrentDocument; in tedAppDeleteCurrentFrame() local
105 EditDocument * ed= ea->eaCurrentDocument; in tedAppDeleteSelectedParagraphs() local
152 EditDocument * ed= ea->eaCurrentDocument; in tedAppSetTocField() local
163 EditDocument * ed= ea->eaCurrentDocument; in tedAppAddTocField() local
[all …]
H A DtedDocFront.c38 int tedDocReplace( EditDocument * ed, in tedDocReplace()
63 void tedDocSelAll( EditDocument * ed ) in tedDocSelAll()
92 void tedDocSelectWholeCell( EditDocument * ed, in tedDocSelectWholeCell()
114 int tedDocSelectColumn( EditDocument * ed, in tedDocSelectColumn()
141 void tedDocSelectRow( EditDocument * ed, in tedDocSelectRow()
169 void tedDocSelectTable( EditDocument * ed ) in tedDocSelectTable()
189 int tedDocShiftRowsInTable( EditDocument * ed, in tedDocShiftRowsInTable()
311 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H() local
319 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H() local
327 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H() local
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Deasyaccess.cpp64 ExifData::const_iterator orientation(const ExifData& ed) in orientation()
82 ExifData::const_iterator isoSpeed(const ExifData& ed) in isoSpeed()
193 ExifData::const_iterator flashBias(const ExifData& ed) in flashBias()
226 ExifData::const_iterator sceneMode(const ExifData& ed) in sceneMode()
247 ExifData::const_iterator macroMode(const ExifData& ed) in macroMode()
325 ExifData::const_iterator lensName(const ExifData& ed) in lensName()
392 ExifData::const_iterator contrast(const ExifData& ed) in contrast()
435 ExifData::const_iterator make(const ExifData& ed) in make()
443 ExifData::const_iterator model(const ExifData& ed) in model()
461 ExifData::const_iterator fNumber(const ExifData& ed) in fNumber()
[all …]
/dports/devel/agar/agar-1.5.0/gui/
H A Deditable.c58 GetBuffer(AG_Editable *ed) in GetBuffer()
252 AG_Editable *ed; in AG_EditableNew() local
494 AG_Editable *ed = AG_SELF(); in KeyRepeatTimeout() local
511 AG_Editable *ed = AG_SELF(); in BlinkTimeout() local
841 AG_Editable *ed = obj; in Draw() local
1021 AG_Editable *ed = obj; in SizeRequest() local
1030 AG_Editable *ed = obj; in SizeAllocate() local
1391 PopupMenu(AG_Editable *ed) in PopupMenu()
1637 AG_Editable *ed = obj; in AG_EditablePrintf() local
1800 AG_Editable *ed = obj; in Init() local
[all …]
H A Dkeymap.c43 Insert(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 ch) in Insert()
129 Delete(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 unicode) in Delete()
185 Copy(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 uch) in Copy()
193 Cut(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 uch) in Cut()
200 Paste(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 uch) in Paste()
210 Kill(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 uch) in Kill()
238 Yank(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 uch) in Yank()
245 WordBack(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 uch) in WordBack()
278 WordForw(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 uch) in WordForw()
434 CursorUp(AG_Editable *ed, AG_EditableBuffer *buf, AG_KeySym keysym, Uint keymod, Uint32 uch) in CursorUp()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_lua_script_only.c4 _edje_lua_script_only(Edje *ed) in _edje_lua_script_only()
12 _edje_lua_script_only_init(Edje *ed) in _edje_lua_script_only_init()
19 _edje_lua_script_only_shutdown(Edje *ed) in _edje_lua_script_only_shutdown()
26 _edje_lua_script_only_show(Edje *ed) in _edje_lua_script_only_show()
33 _edje_lua_script_only_hide(Edje *ed) in _edje_lua_script_only_hide()
40 _edje_lua_script_only_move(Edje *ed) in _edje_lua_script_only_move()
47 _edje_lua_script_only_resize(Edje *ed) in _edje_lua_script_only_resize()
54 _edje_lua_script_only_message(Edje *ed, Edje_Message *em) in _edje_lua_script_only_message()
H A Dedje_var.c13 Edje *ed; in _edje_var_timer_cb() local
74 Edje *ed; in _edje_var_anim_cb() local
197 _edje_var_init(Edje *ed) in _edje_var_init()
213 _edje_var_shutdown(Edje *ed) in _edje_var_shutdown()
503 _edje_var_int_get(Edje *ed, int id) in _edje_var_int_get()
523 _edje_var_float_get(Edje *ed, int id) in _edje_var_float_get()
543 _edje_var_str_get(Edje *ed, int id) in _edje_var_str_get()
1020 _edje_var_timer_find(Edje *ed, int id) in _edje_var_timer_find()
1033 _edje_var_timer_del(Edje *ed, int id) in _edje_var_timer_del()
1083 _edje_var_anim_find(Edje *ed, int id) in _edje_var_anim_find()
[all …]
H A Dedje_embryo.c246 Edje *ed; in _edje_embryo_fn_get_int() local
257 Edje *ed; in _edje_embryo_fn_set_int() local
269 Edje *ed; in _edje_embryo_fn_get_float() local
282 Edje *ed; in _edje_embryo_fn_set_float() local
296 Edje *ed; in _edje_embryo_fn_get_str() local
330 Edje *ed; in _edje_embryo_fn_get_strlen() local
347 Edje *ed; in _edje_embryo_fn_set_str() local
626 Edje *ed; in _edje_embryo_fn_timer() local
646 Edje *ed; in _edje_embryo_fn_cancel_timer() local
661 Edje *ed; in _edje_embryo_fn_reset_timer() local
[all …]
/dports/audio/din/din-52/src/
H A Dlisteners.cc25 void curve_listener::edited (curve_editor* ed, int i) { in edited()
33 void wave_listener::edited (curve_editor* ed, int i) { in edited()
56 void beat2value_listener::edited (curve_editor* ed, int i) { in edited()
62 void drone_mod_lis::edited (curve_editor* ed, int i) { in edited()
67 void morse_code_listener::edited (curve_editor* ed, int i) {} in edited()
69 void delay_listener::edited (curve_editor* ed, int i) { in edited()
75 void attack_listener::edited (curve_editor* ed, int i) { in edited()
79 void decay_listener::edited (curve_editor* ed, int i) { in edited()
83 void velocity_listener::edited (curve_editor* ed, int i) { in edited()
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/preferences/
H A Dpreferences_window.cpp38 auto ed = CanvasPreferencesEditor::create(preferences, true); in PreferencesWindow() local
44 auto ed = CanvasPreferencesEditor::create(preferences, false); in PreferencesWindow() local
50 auto ed = Gtk::manage(new MiscPreferencesEditor(preferences)); in PreferencesWindow() local
55 auto ed = Gtk::manage(new StockInfoPreferencesEditor(preferences)); in PreferencesWindow() local
60 auto ed = KeySequencesPreferencesEditor::create(preferences); in PreferencesWindow() local
66 auto ed = InToolKeySequencesPreferencesEditor::create(preferences); in PreferencesWindow() local
/dports/devel/efl/efl-1.25.1/src/lib/eet/
H A Deet_dictionary.c17 Eet_Dictionary *ed; in eet_dictionary_add() local
27 eet_dictionary_free(Eet_Dictionary *ed) in eet_dictionary_free()
50 _eet_dictionary_lookup(Eet_Dictionary *ed, in _eet_dictionary_lookup()
76 eet_dictionary_lock_read(const Eet_Dictionary *ed) in eet_dictionary_lock_read()
82 eet_dictionary_lock_write(Eet_Dictionary *ed) in eet_dictionary_lock_write()
88 eet_dictionary_unlock(const Eet_Dictionary *ed) in eet_dictionary_unlock()
94 eet_dictionary_string_add(Eet_Dictionary *ed, in eet_dictionary_string_add()
178 eet_dictionary_string_get_size(const Eet_Dictionary *ed, in eet_dictionary_string_get_size()
190 eet_dictionary_count(const Eet_Dictionary *ed) in eet_dictionary_count()
480 eet_dictionary_string_get_fp(const Eet_Dictionary *ed, in eet_dictionary_string_get_fp()
[all …]
/dports/shells/ion/liner-3f3d1d4e6058067e9d03a9b1510d8f2edac073c7/src/keymap/
H A Dvi.rs1099 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in enter_is_done() localVariable
1115 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in move_cursor_left() localVariable
1131 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in cursor_movement() localVariable
1146 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in vi_initial_insert() localVariable
1172 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in vi_left_right_movement() localVariable
1200 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in vi_no_eol() localVariable
1222 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in vi_switch_from_insert() localVariable
1256 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in vi_normal_history_cursor_eol() localVariable
1278 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in vi_normal_history() localVariable
1301 let mut ed = Editor::new(out, "prompt".to_owned(), None, &mut context).unwrap(); in vi_search_history() localVariable
[all …]
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dguiedit.c78 gbdfed_editor_t *ed = editors + GPOINTER_TO_UINT(data); in guiedit_show_glyphtest() local
145 gbdfed_editor_t *ed = editors + GPOINTER_TO_UINT(data); in guiedit_set_unicode_glyph_names() local
168 gbdfed_editor_t *ed = editors + GPOINTER_TO_UINT(data); in guiedit_set_adobe_glyph_names() local
191 gbdfed_editor_t *ed = editors + GPOINTER_TO_UINT(data); in guiedit_set_uni_glyph_names() local
199 gbdfed_editor_t *ed = editors + GPOINTER_TO_UINT(data); in guiedit_set_zerox_glyph_names() local
207 gbdfed_editor_t *ed = editors + GPOINTER_TO_UINT(data); in guiedit_set_uplus_glyph_names() local
215 gbdfed_editor_t *ed = editors + GPOINTER_TO_UINT(data); in guiedit_set_bslashu_glyph_names() local
305 guiedit_update_font_info(gbdfed_editor_t *ed) in guiedit_update_font_info()
458 guiedit_update_code_base(gbdfed_editor_t *ed) in guiedit_update_code_base()
476 guiedit_update_font_details(gbdfed_editor_t *ed) in guiedit_update_font_details()
[all …]
/dports/editors/ted/Ted-2.23/appFrame/
H A DappDocument.c33 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H() local
72 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H() local
157 EditDocument * ed ) in appMakeDocVisible()
322 EditDocument * ed ) in appCleanDocument()
344 EditDocument * ed ) in appFreeDocument()
370 EditDocument * ed ) in appInitEditDocument()
433 EditDocument * ed= (EditDocument *)0; in appMakeDocumentWindow() local
490 EditDocument * ed ) in appSetupDocument()
681 void appDocFillMenu( EditDocument * ed ) in appDocFillMenu()
735 EditDocument * ed; in appOpenDocumentFile() local
[all …]
H A DappScrollDocument.c29 static void appDocScrollVertically( EditDocument * ed, in appDocScrollVertically()
225 void appDocScrollToY( EditDocument * ed, in appDocScrollToY()
241 void appDocScrollToX( EditDocument * ed, in appDocScrollToX()
259 EditDocument * ed= (EditDocument *)voided; in APP_SCROLLBAR_CALLBACK_H() local
267 EditDocument * ed= (EditDocument *)voided; in APP_SCROLLBAR_CALLBACK_H() local
282 void appScrollToRectangle( EditDocument * ed, in appScrollToRectangle()
490 EditDocument * ed ) in appDocumentRulerWidth()
538 EditDocument * ed= (EditDocument *)voided; in APP_EVENT_HANDLER_H() local
551 void appMouseWheelDown( EditDocument * ed ) in appMouseWheelDown()
578 void appMouseWheelUp( EditDocument * ed ) in appMouseWheelUp()
[all …]
/dports/mail/elm/elm2.5.8/src/
H A Din_utils.c61 # define edfld_integrity_check(ed) argument
218 struct edit_field *ed; local
483 void edfld_integrity_check(ed) in edfld_integrity_check() argument
504 struct edit_field *ed; local
532 void edfld_destroy(ed) in edfld_destroy() argument
622 static void edfld_redraw(ed) in edfld_redraw() argument
656 static int edfld_clear(ed) in edfld_clear() argument
675 static int edfld_delch(ed, nch) in edfld_delch() argument
750 static int edfld_insch(ed, ch) in edfld_insch() argument
800 static int edfld_nextword(ed) in edfld_nextword() argument
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/prometheus/
H A Dlanguage_provider.test.ts207 const ed = new SlateEditor({ value }); constant
229 const ed = new SlateEditor({ value }); constant
247 const ed = new SlateEditor({ value }); constant
272 const ed = new SlateEditor({ value }); constant
305 const ed = new SlateEditor({ value }); constant
327 const ed = new SlateEditor({ value }); constant
349 const ed = new SlateEditor({ value }); constant
367 const ed = new SlateEditor({ value }); constant
388 const ed = new SlateEditor({ value }); constant
408 const ed = new SlateEditor({ value }); constant
[all …]

12345678910>>...147