HomeSort by: relevance | last modified time | path
    Searched refs:RE_WSTART (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
screen.h 172 #define RE_WSTART L("[[:<:]]") /* Ex/vi: not-in-word search pattern. */
174 #define RE_WSTART_LEN (sizeof(RE_WSTART)/sizeof(CHAR_T)-1)
  /src/external/bsd/nvi/dist/vi/
v_search.c 368 p = MEMPCPY(p, RE_WSTART, RE_WSTART_LEN);
  /src/external/bsd/nvi/dist/ex/
ex_subst.c 1115 RE_WSTART, RE_WSTART_LEN);

Completed in 18 milliseconds