Searched refs:OS_STR (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/nvi/common/ |
| H A D | options.c | 765 if (LF_ISSET(OS_STR | OS_STRDUP)) { in o_set() 772 if (LF_ISSET(OS_STR | OS_STRDUP)) { 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() 1127 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
|