Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/ex/
Dex_subst.c32 #define SUB_MUSTSETR 0x02 /* The 'r' flag is required. */ macro
79 return (s(sp, cmdp, p, &sp->subre_c, SUB_MUSTSETR)); in ex_s()
463 if (*s != '\0' || (!rflag && LF_ISSET(SUB_MUSTSETR))) { in s()