Searched refs:start_mca (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.bin/less/ |
| D | command.c | 89 start_mca(int action, const char *prompt, void *mlist, int cmdflags) in start_mca() function 409 start_mca(A_OPT_TOGGLE, opt_prompt(curropt), NULL, 0); in mca_opt_char() 1042 start_mca(A_DIGIT, ":", (void*)NULL, CF_QUIT_ON_ERASE); in commands() 1396 start_mca(A_EXAMINE, "Examine: ", ml_examine, 0); in commands() 1538 start_mca(A_FIRSTCMD, "+", NULL, 0); in commands() 1548 start_mca(A_SETMARK, "mark: ", (void*)NULL, 0); in commands() 1560 start_mca(A_GOMARK, "goto mark: ", (void*)NULL, 0); in commands() 1574 start_mca(A_PIPE, "|mark: ", (void*)NULL, 0); in commands() 1584 start_mca(A_PIPE, "!", ml_shell, 0); in commands() 1590 start_mca(action, "Brackets: ", (void*)NULL, 0); in commands() [all …]
|