Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/vi/common/
Doptions.c419 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, optindx), 0))
775 if (!LF_ISSET(OS_NOFREE) && op->o_def.str != NULL)
782 if (!LF_ISSET(OS_NOFREE) && op->o_cur.str != NULL)
1136 o_set(sp, cnt, OS_NOFREE | OS_STR, NULL, 0);
1137 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0);
1142 if (o_set(sp, cnt, OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) {
1143 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0);
1149 OS_DEF | OS_NOFREE | OS_STRDUP, O_D_STR(sp, cnt), 0)) {
Doptions.h49 #define OS_NOFREE 0x02 /* Don't free the old string. */ macro