Home
last modified time | relevance | path

Searched refs:CSCOPE_RE_SPACE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_subst.c1232 #define CSCOPE_RE_SPACE "([ \t]|/\\*([^*]|\\*/)*\\*/)*" in re_cscope_conv() macro
1233 #define CSCOPE_LEN sizeof(CSCOPE_RE_SPACE) - 1 in re_cscope_conv()
1234 CHAR2INT(sp, CSCOPE_RE_SPACE, CSCOPE_LEN, wp, wlen); in re_cscope_conv()
1246 len = (p - *ptrnp) * 2 + (nspaces + 2) * sizeof(CSCOPE_RE_SPACE) + 3; in re_cscope_conv()