Home
last modified time | relevance | path

Searched refs:PopPushPosition (Results 1 – 5 of 5) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscore.h31 void PopPushPosition (GtkAction * action, DenemoScriptParam * param);
H A Dscore.c445 PopPushPosition (GtkAction * action, DenemoScriptParam * param) in PopPushPosition() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h12 …ons, pushes the current position, then moves the cursor to the popped position"), PopPushPosition);
H A Dentries.h13 …the current position, then moves the cursor to the popped position"),G_CALLBACK (PopPushPosition)},
H A Dscheme_cb.h35 return scheme_call_callback(optional, PopPushPosition); in scheme_PopPushPosition()