Home
last modified time | relevance | path

Searched refs:start_mca (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/less/
H A Dcommand.c137 static void start_mca(int action, constant char *prompt, void *mlist, int cmdflags)
527 start_mca(A_OPT_TOGGLE, opt_prompt(curropt), NULL, 0);
1441 start_mca(A_DIGIT, ":", NULL, CF_QUIT_ON_ERASE); in commands()
1871 start_mca(A_EXAMINE, "Examine: ", ml_examine, 0); in commands()
1898 start_mca(A_SHELL, "!", ml_shell, 0); in commands()
2068 start_mca(A_FIRSTCMD, "+", NULL, 0); in commands()
2080 start_mca(action, (action == A_SHELL) ? "!" : "#", ml_shell, 0); in commands()
2095 start_mca(A_SETMARK, "set mark: ", NULL, 0); in commands()
2107 start_mca(A_CLRMARK, "clear mark: ", NULL, 0);
2119 start_mca(A_GOMAR
139 static void start_mca(int action, constant char *prompt, void *mlist, int cmdflags) start_mca() function
[all...]