Searched refs:start_mca (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | command.c | 155 static void start_mca(int action, constant char *prompt, void *mlist, int cmdflags) in start_mca() function 556 start_mca(A_OPT_TOGGLE, opt_prompt(curropt), NULL, CF_OPTION); in mca_opt_char() 1451 start_mca(A_PIPE, mark_msg, NULL, 0); in get_pipe_pos() 1469 start_mca(A_PIPE, get_line ? line_msg : mark_msg, NULL, 0); in get_pipe_pos() 1668 start_mca(A_DIGIT, ":", NULL, CF_QUIT_ON_ERASE); in commands() 2145 start_mca(A_EXAMINE, LM(Examine), ml_examine, 0); in commands() 2171 start_mca(A_SHELL, "!", ml_shell, 0); in commands() 2345 start_mca(A_FIRSTCMD, "+", NULL, 0); in commands() 2357 start_mca(action, (action == A_SHELL) ? "!" : "#", ml_shell, 0); in commands() 2383 start_mca(A_SETMARK, LM(set_mark), NULL, 0); in commands() [all …]
|