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

/freebsd-11.0-release/contrib/nvi/common/
H A Doptions.h43 * Flags to o_set(); need explicit OS_STR as can be setting the value to
48 #define OS_STR 0x04 /* Set to string argument. */ macro
H A Doptions.c781 if (LF_ISSET(OS_STR | OS_STRDUP)) {
788 if (LF_ISSET(OS_STR | OS_STRDUP)) {
1147 o_set(sp, cnt, OS_NOFREE | OS_STR, NULL, 0);
1148 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0);
1154 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0);

Completed in 107 milliseconds