HomeSort by: relevance | last modified time | path
    Searched refs:OS_NOFREE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
options.h 48 #define OS_NOFREE 0x02 /* Don't free the old string. */
options.c 457 * information. OS_NOFREE is set, we're copying, not replacing.
472 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0))
820 if (!LF_ISSET(OS_NOFREE) && op->o_def.str != NULL)
827 if (!LF_ISSET(OS_NOFREE) && op->o_cur.str != NULL)
1170 o_set(sp, cnt, OS_NOFREE | OS_STR, NULL, 0);
1171 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0);
1176 if (o_set(sp, cnt, OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) {
1177 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0);
1183 OS_DEF | OS_NOFREE | OS_STRDUP, O_D_STR(sp, cnt), 0)) {

Completed in 30 milliseconds