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

  /src/external/bsd/nvi/dist/common/
options.h 44 * Flags to o_set(); need explicit OS_STR as can be setting the value to
49 #define OS_STR 0x04 /* Set to string argument. */
options.c 819 if (LF_ISSET(OS_STR | OS_STRDUP)) {
826 if (LF_ISSET(OS_STR | OS_STRDUP)) {
1170 o_set(sp, cnt, OS_NOFREE | OS_STR, NULL, 0);
1171 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0);
1177 o_set(sp, cnt, OS_DEF | OS_NOFREE | OS_STR, NULL, 0);

Completed in 24 milliseconds