Home
last modified time | relevance | path

Searched refs:movetoend (Results 1 – 8 of 8) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dcommandfuncs.h33 void movetoend (GtkAction * action, DenemoScriptParam * param);
H A Dselect.c1536 movetoend (NULL, NULL); in action_chunk()
H A Dcommandfuncs.c2850 movetoend (G_GNUC_UNUSED GtkAction * action, DenemoScriptParam * param) in movetoend() function
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcompcore.c61 int movetoend; variable
333 movetoend = ((zlemetacs == we || isset(ALWAYSTOEND)) ? 2 : 1); in do_completion()
792 if (movetoend == 1) in callcompfunc()
913 movetoend = 0; in callcompfunc()
915 movetoend = 1; in callcompfunc()
917 movetoend = 3; in callcompfunc()
919 movetoend = 2; in callcompfunc()
H A Dcompresult.c823 if (movetoend == 3) in do_ambiguous()
979 minfo.we = (movetoend >= 2 || (movetoend == 1 && !menucmp) || in do_single()
980 (!movetoend && zlemetacs == we)); in do_single()
1173 if ((menucmp && !minfo.we) || !movetoend) { in do_single()
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h302 …aff/Voice End"), _("Cursor to end of staff/voice, without extending selection if any"), movetoend);
H A Dentries.h328 … "",N_("Cursor to end of staff/voice, without extending selection if any"),G_CALLBACK (movetoend)},
H A Dscheme_cb.h905 return scheme_call_callback(optional, movetoend); in scheme_MoveToEnd()