SEARCH_PARSE
if (LF_ISSET(SEARCH_PARSE)) { /* Parse the string. */
SEARCH_MSG | SEARCH_PARSE | SEARCH_SET |
return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, dir));
return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, sp->searchdir));
NULL, 0, SEARCH_PARSE | SEARCH_MSG | SEARCH_SET, dir));