Files
source/Y/action.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

159 lines
25 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>action</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--keybind.c.html#L430'>action</a> 430 lib/keybind.c keybind_cmd_bind (GArray *keymap, const char *keybind, long action)</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L436'>action</a> 436 lib/keybind.c keymap_add (keymap, key, action, caption);</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L459'>action</a> 459 lib/keybind.c keybind_lookup_actionname (long action)</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L464'>action</a> 464 lib/keybind.c if (command_names[i].val == action)</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L473'>action</a> 473 lib/keybind.c keybind_lookup_keymap_shortcut (const global_keymap_t *keymap, long action)</span>
<span class='curline'><a href='../S/lib--keybind.c.html#L480'>action</a> 480 lib/keybind.c if (keymap[i].command == action)</span>
<span class='curline'><a href='../S/lib--keybind.h.html#L360'>action</a> 360 lib/keybind.h void keybind_cmd_bind (GArray *keymap, const char *keybind, long action);</span>
<span class='curline'><a href='../S/lib--keybind.h.html#L362'>action</a> 362 lib/keybind.h const char *keybind_lookup_actionname (long action);</span>
<span class='curline'><a href='../S/lib--keybind.h.html#L363'>action</a> 363 lib/keybind.h const char *keybind_lookup_keymap_shortcut (const global_keymap_t *keymap, long action);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L244'>action</a> 244 lib/tty/key.c int action; /* optional action to be done. Now used only</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L253'>action</a> 253 lib/tty/key.c int action;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L663'>action</a> 663 lib/tty/key.c create_sequence (const char *seq, int code, int action)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L681'>action</a> 681 lib/tty/key.c p-&gt;action = seq[1] == '\0' ? action : MCKEY_NOACTION;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L695'>action</a> 695 lib/tty/key.c define_sequence (kd[i].code, kd[i].seq, kd[i].action);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1608'>action</a> 1608 lib/tty/key.c define_sequence (int code, const char *seq, int action)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1621'>action</a> 1621 lib/tty/key.c base-&gt;child = create_sequence (seq + 1, code, action);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1626'>action</a> 1626 lib/tty/key.c base-&gt;action = action;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1640'>action</a> 1640 lib/tty/key.c base-&gt;next = create_sequence (seq, code, action);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1651'>action</a> 1651 lib/tty/key.c keys = create_sequence (seq, code, action);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1761'>action</a> 1761 lib/tty/key.c if (this == NULL || parent == NULL || parent-&gt;action != MCKEY_ESCAPE || !old_esc_mode</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1813'>action</a> 1813 lib/tty/key.c if (parent-&gt;action == MCKEY_ESCAPE &amp;&amp; old_esc_mode)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1845'>action</a> 1845 lib/tty/key.c if ((parent != NULL) &amp;&amp; (parent-&gt;action == MCKEY_ESCAPE))</span>
<span class='curline'><a href='../S/lib--tty--key.h.html#L71'>action</a> 71 lib/tty/key.h gboolean define_sequence (int code, const char *seq, int action);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L703'>action</a> 703 lib/vfs/direntry.c vfs_s_print_stats (const char *fs_name, const char *action, const char *file_name, off_t have,</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L707'>action</a> 707 lib/vfs/direntry.c vfs_print_message (_ ("%s: %s: %s %3d%% (%lld) bytes transferred"), fs_name, action,</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L710'>action</a> 710 lib/vfs/direntry.c vfs_print_message (_ ("%s: %s: %s %lld bytes transferred"), fs_name, action, file_name,</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L101'>action</a> 101 lib/widget/button.c h-&gt;ret_value = b-&gt;action;</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L102'>action</a> 102 lib/widget/button.c if (b-&gt;callback == NULL || b-&gt;callback (b, b-&gt;action) != 0)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L207'>action</a> 207 lib/widget/button.c button_new (int y, int x, int action, button_flags_t flags, const char *text, bcback_fn callback)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L216'>action</a> 216 lib/widget/button.c b-&gt;action = action;</span>
<span class='curline'><a href='../S/lib--widget--button.h.html#L17'>action</a> 17 lib/widget/button.h typedef int (*bcback_fn) (struct WButton *button, int action);</span>
<span class='curline'><a href='../S/lib--widget--button.h.html#L34'>action</a> 34 lib/widget/button.h int action; // what to do when pressed</span>
<span class='curline'><a href='../S/lib--widget--button.h.html#L46'>action</a> 46 lib/widget/button.h WButton *button_new (int y, int x, int action, button_flags_t flags, const char *text,</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L269'>action</a> 269 lib/widget/history.c hd-&gt;action = CK_IgnoreKey;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L346'>action</a> 346 lib/widget/history.c hd-&gt;action = CK_Edit;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L349'>action</a> 349 lib/widget/history.c hd-&gt;action = CK_View;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L352'>action</a> 352 lib/widget/history.c hd-&gt;action = CK_Enter;</span>
<span class='curline'><a href='../S/lib--widget--history.h.html#L29'>action</a> 29 lib/widget/history.h int action; // return action in the history</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L418'>action</a> 418 lib/widget/listbox.c int action;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L424'>action</a> 424 lib/widget/listbox.c action = l-&gt;callback (l);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L426'>action</a> 426 lib/widget/listbox.c action = LISTBOX_DONE;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L428'>action</a> 428 lib/widget/listbox.c if (action == LISTBOX_DONE)</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L216'>action</a> 216 lib/widget/quick.c ++y, x, quick_widget-&gt;u.button.action,</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L217'>action</a> 217 lib/widget/quick.c quick_widget-&gt;u.button.action == B_ENTER ? DEFPUSH_BUTTON : NORMAL_BUTTON,</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L358'>action</a> 358 lib/widget/quick.c y, x++, quick_widget-&gt;u.button.action,</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L359'>action</a> 359 lib/widget/quick.c quick_widget-&gt;u.button.action == B_ENTER ? DEFPUSH_BUTTON : NORMAL_BUTTON,</span>
<span class='curline'><a href='../S/lib--widget--quick.h.html#L35'>action</a> 35 lib/widget/quick.h .action = act, \</span>
<span class='curline'><a href='../S/lib--widget--quick.h.html#L291'>action</a> 291 lib/widget/quick.h int action;</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L141'>action</a> 141 src/cons.handler.c handle_console_linux (console_action_t action)</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L145'>action</a> 145 src/cons.handler.c switch (action)</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L251'>action</a> 251 src/cons.handler.c char act = (char) action;</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L255'>action</a> 255 src/cons.handler.c if (action != CONSOLE_DONE)</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L260'>action</a> 260 src/cons.handler.c if (action == CONSOLE_DONE || mc_global.tty.console_flag == '\0')</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L436'>action</a> 436 src/cons.handler.c handle_console_freebsd (console_action_t action)</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L438'>action</a> 438 src/cons.handler.c switch (action)</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L487'>action</a> 487 src/cons.handler.c handle_console (console_action_t action)</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L489'>action</a> 489 src/cons.handler.c (void) action;</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L495'>action</a> 495 src/cons.handler.c handle_console_linux (action);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L497'>action</a> 497 src/cons.handler.c handle_console_freebsd (action);</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L165'>action</a> 165 src/consaver/cons.saver.c unsigned char action = 0, console_flag = 3;</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L245'>action</a> 245 src/consaver/cons.saver.c while (console_flag &amp;&amp; read (0, &amp;action, 1) == 1)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L247'>action</a> 247 src/consaver/cons.saver.c switch (action)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.h.html#L42'>action</a> 42 src/consaver/cons.saver.h void handle_console (console_action_t action);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3311'>action</a> 3311 src/editor/edit.c record_macro_buf[macro_index].action = command;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1138'>action</a> 1138 src/editor/editcmd.c int action;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1141'>action</a> 1141 src/editor/editcmd.c exp = show_file_history (CONST_WIDGET (h), &amp;action);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1142'>action</a> 1142 src/editor/editcmd.c if (exp != NULL &amp;&amp; (action == CK_Edit || action == CK_Enter))</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L181'>action</a> 181 src/editor/editmacros.c action_name = keybind_lookup_actionname (record_macro_buf[i].action);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L191'>action</a> 191 src/editor/editmacros.c m_act.action = record_macro_buf[i].action;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L265'>action</a> 265 src/editor/editmacros.c .action = 0,</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L270'>action</a> 270 src/editor/editmacros.c m_act.action = keybind_lookup_action (macro_pair[0]);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L275'>action</a> 275 src/editor/editmacros.c if (m_act.action != 0)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L278'>action</a> 278 src/editor/editmacros.c if ((m_act.action / CK_PipeBlock (0)) == 1)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L280'>action</a> 280 src/editor/editmacros.c m_act.action = CK_PipeBlock (0);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L282'>action</a> 282 src/editor/editmacros.c m_act.action += m_act.ch;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L362'>action</a> 362 src/editor/editmacros.c edit_execute_cmd (edit, record_macro_buf[i].action, record_macro_buf[i].ch);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L399'>action</a> 399 src/editor/editmacros.c edit_execute_cmd (edit, m_act-&gt;action, m_act-&gt;ch);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L232'>action</a> 232 src/file_history.c show_file_history (const Widget *w, int *action)</span>
<span class='curline'><a href='../S/src--file_history.c.html#L265'>action</a> 265 src/file_history.c *action = hd.action;</span>
<span class='curline'><a href='../S/src--file_history.h.html#L14'>action</a> 14 src/file_history.h char *show_file_history (const Widget *w, int *action);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L452'>action</a> 452 src/filemanager/achown.c perm_button_new (int y, int x, int action, button_flags_t flags, const char *text,</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L459'>action</a> 459 src/filemanager/achown.c b = button_new (y, x, action, flags, text, callback);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L503'>action</a> 503 src/filemanager/achown.c user_group_button_cb (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L509'>action</a> 509 src/filemanager/achown.c (void) action;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L206'>action</a> 206 src/filemanager/boxes.c sel_skin_button (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L215'>action</a> 215 src/filemanager/boxes.c (void) action;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L445'>action</a> 445 src/filemanager/boxes.c task_cb (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L459'>action</a> 459 src/filemanager/boxes.c if (action == B_STOP)</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L464'>action</a> 464 src/filemanager/boxes.c else if (action == B_RESUME)</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L471'>action</a> 471 src/filemanager/boxes.c if (action == B_KILL)</span>
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L881'>action</a> 881 src/filemanager/ext.c regex_command_for (void *target, const vfs_path_t *filename_vpath, const char *action,</span>
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L905'>action</a> 905 src/filemanager/ext.c if (strncmp (action, "View:", 5) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L907'>action</a> 907 src/filemanager/ext.c view_at_line_number = atoi (action + 5);</span>
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L908'>action</a> 908 src/filemanager/ext.c action = "View";</span>
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L1054'>action</a> 1054 src/filemanager/ext.c action_value = mc_config_get_string_raw (ext_ini, current_group, action, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--ext.c.html#L1058'>action</a> 1058 src/filemanager/ext.c action_value = mc_config_get_string_raw (ext_ini, default_group, action, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--ext.h.html#L17'>action</a> 17 src/filemanager/ext.h int regex_command_for (void *target, const vfs_path_t *filename_vpath, const char *action,</span>
<span class='curline'><a href='../S/src--filemanager--ext.h.html#L28'>action</a> 28 src/filemanager/ext.h regex_command (const vfs_path_t *filename_vpath, const char *action)</span>
<span class='curline'><a href='../S/src--filemanager--ext.h.html#L30'>action</a> 30 src/filemanager/ext.h return regex_command_for (NULL, filename_vpath, action, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L234'>action</a> 234 src/filemanager/filegui.c FileProgressStatus action;</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L742'>action</a> 742 src/filemanager/filegui.c progress_button_callback (MC_UNUSED WButton *button, MC_UNUSED int action)</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L956'>action</a> 956 src/filemanager/filegui.c WIDGET (button_new (y, 0, progress_buttons[0].action, progress_buttons[0].flags,</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L962'>action</a> 962 src/filemanager/filegui.c WIDGET (button_new (y, 0, progress_buttons[1].action, progress_buttons[1].flags,</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L971'>action</a> 971 src/filemanager/filegui.c WIDGET (button_new (y, 0, progress_buttons[2].action, progress_buttons[2].flags,</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L979'>action</a> 979 src/filemanager/filegui.c WIDGET (button_new (y, 0, progress_buttons[3].action, progress_buttons[3].flags,</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L120'>action</a> 120 src/filemanager/find.c static int start_stop (WButton *button, int action);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L121'>action</a> 121 src/filemanager/find.c static int find_do_view_file (WButton *button, int action);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L122'>action</a> 122 src/filemanager/find.c static int find_do_edit_file (WButton *button, int action);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1575'>action</a> 1575 src/filemanager/find.c start_stop (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1579'>action</a> 1579 src/filemanager/find.c (void) action;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1598'>action</a> 1598 src/filemanager/find.c find_do_view_file (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1601'>action</a> 1601 src/filemanager/find.c (void) action;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1611'>action</a> 1611 src/filemanager/find.c find_do_edit_file (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1614'>action</a> 1614 src/filemanager/find.c (void) action;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L325'>action</a> 325 src/filemanager/hotlist.c hotlist_run_cmd (int action)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L327'>action</a> 327 src/filemanager/hotlist.c switch (action)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L435'>action</a> 435 src/filemanager/hotlist.c return (action == B_ENTER ? 1 : 0);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L477'>action</a> 477 src/filemanager/hotlist.c hotlist_button_callback (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L482'>action</a> 482 src/filemanager/hotlist.c ret = hotlist_run_cmd (action);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L260'>action</a> 260 src/filemanager/layout.c b_left_right_cback (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L262'>action</a> 262 src/filemanager/layout.c (void) action;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L288'>action</a> 288 src/filemanager/layout.c bplus_cback (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L291'>action</a> 291 src/filemanager/layout.c (void) action;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L301'>action</a> 301 src/filemanager/layout.c bminus_cback (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L304'>action</a> 304 src/filemanager/layout.c (void) action;</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L155'>action</a> 155 src/filemanager/listmode.c bplus_cback (int action)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L163'>action</a> 163 src/filemanager/listmode.c bminus_cback (int action)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L171'>action</a> 171 src/filemanager/listmode.c badd_cback (int action)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L185'>action</a> 185 src/filemanager/listmode.c bremove_cback (int action)</span>
<span class='curline'><a href='../S/src--keymap.c.html#L727'>action</a> 727 src/keymap.c long action;</span>
<span class='curline'><a href='../S/src--keymap.c.html#L729'>action</a> 729 src/keymap.c action = keybind_lookup_action (*profile_keys);</span>
<span class='curline'><a href='../S/src--keymap.c.html#L730'>action</a> 730 src/keymap.c if (action &gt; 0)</span>
<span class='curline'><a href='../S/src--keymap.c.html#L735'>action</a> 735 src/keymap.c keybind_cmd_bind (keymap, *curr_values, action);</span>
<span class='curline'><a href='../S/src--learn.c.html#L85'>action</a> 85 src/learn.c learn_button (WButton *button, int action)</span>
<span class='curline'><a href='../S/src--learn.c.html#L99'>action</a> 99 src/learn.c _ (key_name_conv_tab[action - B_USER].longname));</span>
<span class='curline'><a href='../S/src--learn.c.html#L101'>action</a> 101 src/learn.c if (learnkeys[action - B_USER].sequence != NULL)</span>
<span class='curline'><a href='../S/src--learn.c.html#L102'>action</a> 102 src/learn.c MC_PTR_FREE (learnkeys[action - B_USER].sequence);</span>
<span class='curline'><a href='../S/src--learn.c.html#L116'>action</a> 116 src/learn.c learnkeys[action - B_USER].sequence = seq;</span>
<span class='curline'><a href='../S/src--learn.c.html#L118'>action</a> 118 src/learn.c seq_ok = define_sequence (key_name_conv_tab[action - B_USER].code, seq, MCKEY_NOACTION);</span>
<span class='curline'><a href='../S/src--learn.c.html#L131'>action</a> 131 src/learn.c widget_select (learnkeys[action - B_USER].button);</span>
<span class='curline'><a href='../S/src--setup.h.html#L63'>action</a> 63 src/setup.h long action;</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L346'>action</a> 346 src/viewer/actions_cmd.c int action;</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L348'>action</a> 348 src/viewer/actions_cmd.c filename = show_file_history (CONST_WIDGET (view), &amp;action);</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L350'>action</a> 350 src/viewer/actions_cmd.c if (filename != NULL &amp;&amp; (action == CK_View || action == CK_Enter))</span>
</pre>
</body>
</html>