Searched refs:OS_NOFREE (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | options.c | 472 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) in opts_init() 820 if (!LF_ISSET(OS_NOFREE) && op->o_def.str != NULL) in o_set() 827 if (!LF_ISSET(OS_NOFREE) && op->o_cur.str != NULL) in o_set() 1170 o_set(sp, cnt, OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1171 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1176 if (o_set(sp, cnt, OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) { in opts_copy() 1177 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1183 OS_DEF | OS_NOFREE | OS_STRDUP, O_D_STR(sp, cnt), 0)) { in opts_copy()
|
| D | options.h | 48 #define OS_NOFREE 0x02 /* Don't free the old string. */ macro
|