search_command   2226 src/search.c     return search_command (string, bound, noerror, count, -1, false, false);
search_command   2251 src/search.c     return search_command (string, bound, noerror, count, 1, false, false);
search_command   2267 src/search.c     return search_command (regexp, bound, noerror, count, -1, true, false);
search_command   2298 src/search.c     return search_command (regexp, bound, noerror, count, 1, true, false);
search_command   2326 src/search.c     return search_command (regexp, bound, noerror, count, -1, true, true);
search_command   2354 src/search.c     return search_command (regexp, bound, noerror, count, 1, true, true);