Symbol: funmap_add
usr.bin/mg/cmode.c
93
funmap_add(cmode, "c-mode", 0);
usr.bin/mg/cmode.c
94
funmap_add(cc_char, "c-handle-special-char", 0);
usr.bin/mg/cmode.c
95
funmap_add(cc_brace, "c-handle-special-brace", 0);
usr.bin/mg/cmode.c
96
funmap_add(cc_tab, "c-tab-or-indent", 0);
usr.bin/mg/cmode.c
97
funmap_add(cc_indent, "c-indent", 0);
usr.bin/mg/cmode.c
98
funmap_add(cc_lfindent, "c-indent-and-newline", 0);
usr.bin/mg/dired.c
218
funmap_add(dired, "dired", 1);
usr.bin/mg/dired.c
219
funmap_add(d_create_directory, "dired-create-directory", 1);
usr.bin/mg/dired.c
220
funmap_add(d_copy, "dired-do-copy", 1);
usr.bin/mg/dired.c
221
funmap_add(d_expunge, "dired-do-flagged-delete", 0);
usr.bin/mg/dired.c
222
funmap_add(d_rename, "dired-do-rename", 1);
usr.bin/mg/dired.c
223
funmap_add(d_findfile, "dired-find-file", 1);
usr.bin/mg/dired.c
224
funmap_add(d_ffotherwindow, "dired-find-file-other-window", 1);
usr.bin/mg/dired.c
225
funmap_add(d_del, "dired-flag-file-deletion", 0);
usr.bin/mg/dired.c
226
funmap_add(d_gotofile, "dired-goto-file", 1);
usr.bin/mg/dired.c
227
funmap_add(d_forwline, "dired-next-line", 0);
usr.bin/mg/dired.c
228
funmap_add(d_otherwindow, "dired-other-window", 0);
usr.bin/mg/dired.c
229
funmap_add(d_backline, "dired-previous-line", 0);
usr.bin/mg/dired.c
230
funmap_add(d_refreshbuffer, "dired-revert", 0);
usr.bin/mg/dired.c
231
funmap_add(d_backpage, "dired-scroll-down", 0);
usr.bin/mg/dired.c
232
funmap_add(d_forwpage, "dired-scroll-up", 0);
usr.bin/mg/dired.c
233
funmap_add(d_shell_command, "dired-shell-command", 1);
usr.bin/mg/dired.c
234
funmap_add(d_undel, "dired-unmark", 0);
usr.bin/mg/dired.c
235
funmap_add(d_undelbak, "dired-unmark-backward", 0);
usr.bin/mg/dired.c
236
funmap_add(d_killbuffer_cmd, "quit-window", 0);
usr.bin/mg/dired.c
237
funmap_add(d_updirectory, "dired-up-directory", 0);
usr.bin/mg/funmap.h
9
int funmap_add(PF, const char *, int);
usr.bin/mg/grep.c
56
funmap_add(compile_goto_error, "compile-goto-error", 0);
usr.bin/mg/grep.c
57
funmap_add(next_error, "next-error", 0);
usr.bin/mg/grep.c
58
funmap_add(grep, "grep", 1);
usr.bin/mg/grep.c
59
funmap_add(compile, "compile", 0);
usr.bin/mg/grep.c
60
funmap_add(gid, "gid", 1);