Searched refs:A_F_SEARCH (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/distrib/utils/more/ |
| D | command.c | 269 case A_F_SEARCH: in exec_mca() 466 case A_F_SEARCH: /* search for a pattern */ in commands() 470 start_mca(action, (action==A_F_SEARCH) ? "/" : "?"); in commands() 481 (action == A_F_SEARCH) ? "!/" : "!?"); in commands() 491 (last_mca == A_F_SEARCH) ? "/" : "?"); in commands() 494 (last_mca == A_F_SEARCH) ? "!/" : "!?"); in commands() 496 (void)search(mca == A_F_SEARCH, NULL, in commands()
|
| D | less.h | 68 #define A_F_SEARCH 12 macro
|
| D | decode.c | 105 '/',0, A_F_SEARCH,
|
| /netbsd/src/external/bsd/less/dist/ |
| D | command.c | 167 set_mca(A_F_SEARCH); in mca_search1() 257 case A_F_SEARCH: in exec_mca() 669 case A_F_SEARCH: in mca_char() 718 case A_F_SEARCH: in mca_char() 941 case A_F_SEARCH: in getcc_end_command() 1651 case A_F_SEARCH: in commands()
|
| D | cmd.h | 29 #define A_F_SEARCH 15 macro
|
| D | decode.c | 141 '/',0, A_F_SEARCH, 143 ESC,'/',0, A_F_SEARCH|A_EXTRA, '*',0,
|
| D | lesskey_parse.c | 63 { "forw-search", A_F_SEARCH },
|