Searched refs:o_def (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/nvi/common/
H A Doptions.h39 #define OG_D_STR(gp, o) ((gp)->opts[(o)].o_def.str)
40 #define OG_D_VAL(gp, o) ((gp)->opts[(o)].o_def.val)
65 } o_def; member in struct:_option
68 #define O_D_STR(sp, o) O_V(sp, o, o_def.str)
69 #define O_D_VAL(sp, o) O_V(sp, o, o_def.val)
H A Doptions.c782 if (!LF_ISSET(OS_NOFREE) && op->o_def.str != NULL)
783 free(op->o_def.str);
784 op->o_def.str = str;
786 op->o_def.val = val;

Completed in 94 milliseconds