Searched refs:OS_NOFREE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options.c | 437 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) in opts_init() 777 if (!LF_ISSET(OS_NOFREE)) in o_set() 784 if (!LF_ISSET(OS_NOFREE)) in o_set() 1131 o_set(sp, cnt, OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1132 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1137 if (o_set(sp, cnt, OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) { in opts_copy() 1138 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1144 OS_DEF | OS_NOFREE | OS_STRDUP, O_D_STR(sp, cnt), 0)) { in opts_copy()
|
H A D | options.h | 45 #define OS_NOFREE 0x02 /* Don't free the old string. */ macro
|