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

  /src/external/bsd/nvi/dist/common/
screen.h 174 #define RE_WSTART_LEN (sizeof(RE_WSTART)/sizeof(CHAR_T)-1)
  /src/external/bsd/nvi/dist/vi/
v_search.c 360 len = VIP(sp)->klen + MAX(RE_WSTART_LEN, 1)
368 p = MEMPCPY(p, RE_WSTART, RE_WSTART_LEN);
  /src/external/bsd/nvi/dist/ex/
ex_subst.c 1053 needlen += RE_WSTART_LEN + 1;
1115 RE_WSTART, RE_WSTART_LEN);
1116 t += RE_WSTART_LEN;

Completed in 15 milliseconds