Searched refs:start_mca (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | command.c | 149 static void start_mca(int action, constant char *prompt, void *mlist, int cmdflags) in start_mca() function 546 start_mca(A_OPT_TOGGLE, opt_prompt(curropt), NULL, CF_OPTION); in mca_opt_char() 1549 start_mca(A_DIGIT, ":", NULL, CF_QUIT_ON_ERASE); in commands() 1992 start_mca(A_EXAMINE, "Examine: ", ml_examine, 0); in commands() 2018 start_mca(A_SHELL, "!", ml_shell, 0); in commands() 2192 start_mca(A_FIRSTCMD, "+", NULL, 0); in commands() 2204 start_mca(action, (action == A_SHELL) ? "!" : "#", ml_shell, 0); in commands() 2230 start_mca(A_SETMARK, "set mark: ", NULL, 0); in commands() 2242 start_mca(A_CLRMARK, "clear mark: ", NULL, 0); in commands() 2254 start_mca(A_GOMARK, "goto mark: ", NULL, 0); in commands() [all …]
|