Searched refs:SEARCH_PARSE (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/vi/vi/ |
| D | v_search.c | 79 NULL, 0, SEARCH_PARSE | SEARCH_MSG | SEARCH_SET, dir)); in v_exaddr() 295 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, dir)); in v_searchN() 307 return (v_search(sp, vp, NULL, 0, SEARCH_PARSE, sp->searchdir)); in v_searchn()
|
| /openbsd/src/usr.bin/vi/common/ |
| D | screen.h | 113 #define SEARCH_PARSE 0x0020 /* Parse the search pattern. */ macro
|
| D | search.c | 56 if (LF_ISSET(SEARCH_PARSE)) { /* Parse the string. */ in search_init()
|
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex.c | 1902 SEARCH_MSG | SEARCH_PARSE | SEARCH_SET | in ex_line()
|