Home
last modified time | relevance | path

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

/netbsd/src/distrib/utils/more/
Dcommand.c269 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()
Dless.h68 #define A_F_SEARCH 12 macro
Ddecode.c105 '/',0, A_F_SEARCH,
/netbsd/src/external/bsd/less/dist/
Dcommand.c167 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()
Dcmd.h29 #define A_F_SEARCH 15 macro
Ddecode.c141 '/',0, A_F_SEARCH,
143 ESC,'/',0, A_F_SEARCH|A_EXTRA, '*',0,
Dlesskey_parse.c63 { "forw-search", A_F_SEARCH },