Searched refs:OS_STR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options.c | 776 if (LF_ISSET(OS_STR | OS_STRDUP)) { in o_set() 783 if (LF_ISSET(OS_STR | OS_STRDUP)) { in o_set() 1131 o_set(sp, cnt, OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1132 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy() 1138 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0); in opts_copy()
|
H A D | options.h | 46 #define OS_STR 0x04 /* Set to string argument. */ macro
|