Searched refs:OS_NOFREE (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/nvi/common/ |
| H A D | options.c | 426 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) in opts_init() 766 if (!LF_ISSET(OS_NOFREE)) in o_set() 773 if (!LF_ISSET(OS_NOFREE)) in o_set() 1120 o_set(sp, cnt, OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1121 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1126 if (o_set(sp, cnt, OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) { in opts_copy() 1127 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1133 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
|