Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dkeyresponses.c813 movecursorleft (NULL, NULL); in deletepreviousobject()
934 movecursorleft (NULL, NULL); in tie_notes_key()
935 movecursorleft (NULL, NULL); in tie_notes_key()
942 movecursorleft (NULL, NULL); in tie_notes_key()
1014 movecursorleft(NULL, NULL); in ChangeDur()
1050 movecursorleft(NULL, NULL); in ChangeTo()
1084 movecursorleft(NULL, NULL); in AddNote()
H A Dcommandfuncs.h62 gboolean movecursorleft (GtkAction * action, DenemoScriptParam * param);
H A Dcommandfuncs.c945 movecursorleft (GtkAction* action, DenemoScriptParam * param) in movecursorleft() function
963 movecursorleft (NULL, NULL); in to_object_direction()
987 movecursorleft (NULL, NULL); in to_object_direction()
994 movecursorleft (NULL, NULL); in to_object_direction()
1043 movecursorleft (NULL, NULL); in to_object_direction()
1048 movecursorleft (NULL, NULL); in to_object_direction()
1055 movecursorleft (NULL, NULL); in to_object_direction()
1251 movecursorleft (NULL, NULL); in next_insert_or_editable_note()
/dports/x11-toolkits/scintilla/scite/src/
H A Dspice.properties18 movecursorleft movecursorright msgbox nameplot newplot nextparam noise \
H A DEmbedded.properties8323 movecursorleft movecursorright msgbox nameplot newplot nextparam noise \
/dports/editors/scite/scite/src/
H A Dspice.properties18 movecursorleft movecursorright msgbox nameplot newplot nextparam noise \
H A DEmbedded.properties8323 movecursorleft movecursorright msgbox nameplot newplot nextparam noise \
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h2 …sor Left"), _("Moves the cursor one object left, without altering the selection"), movecursorleft);
H A Dentries.h3 …_("Moves the cursor one object left, without altering the selection"),G_CALLBACK (movecursorleft)},
H A Dscheme_cb.h5 return scheme_call_callback(optional, movecursorleft); in scheme_MoveCursorLeft()