Lines Matching defs:start_mca
142 static void start_mca(int action, constant char *prompt, void *mlist, int cmdflags)
524 start_mca(A_OPT_TOGGLE, opt_prompt(curropt), (void*)NULL, 0);
1370 start_mca(A_DIGIT, ":", (void*)NULL, CF_QUIT_ON_ERASE);
1754 start_mca(A_EXAMINE, "Examine: ", ml_examine, 0);
1781 start_mca(A_SHELL, "!", ml_shell, 0);
1951 start_mca(A_FIRSTCMD, "+", (void*)NULL, 0);
1963 start_mca(action, (action == A_SHELL) ? "!" : "#", ml_shell, 0);
1978 start_mca(A_SETMARK, "set mark: ", (void*)NULL, 0);
1990 start_mca(A_CLRMARK, "clear mark: ", (void*)NULL, 0);
2002 start_mca(A_GOMARK, "goto mark: ", (void*)NULL, 0);
2017 start_mca(A_PIPE, "|mark: ", (void*)NULL, 0);
2026 start_mca(A_PIPE, "!", ml_shell, 0);
2036 start_mca(action, "Brackets: ", (void*)NULL, 0);
2093 start_mca(A_PREFIX, " ", (void*)NULL,