Searched refs:OS_NOFREE (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/nvi/common/ |
| HD | options.c | 435 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) in opts_init() 782 if (!LF_ISSET(OS_NOFREE) && op->o_def.str != NULL) in o_set() 789 if (!LF_ISSET(OS_NOFREE) && op->o_cur.str != NULL) in o_set() 1147 o_set(sp, cnt, OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1148 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1153 if (o_set(sp, cnt, OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) { in opts_copy() 1154 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1160 OS_DEF | OS_NOFREE | OS_STRDUP, O_D_STR(sp, cnt), 0)) { in opts_copy()
|
| HD | options.h | 47 #define OS_NOFREE 0x02 /* Don't free the old string. */ macro
|