Searched refs:OS_STRDUP (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/common/
H A Doptions.h50 #define OS_STRDUP 0x08 /* Copy then set to string argument. */ macro
H A Doptions.c472 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0))
784 if (o_set(sp, offset, OS_STRDUP, np, 0))
812 if (LF_ISSET(OS_STRDUP) && (str = strdup(str)) == NULL) {
819 if (LF_ISSET(OS_STR | OS_STRDUP)) {
826 if (LF_ISSET(OS_STR | OS_STRDUP)) {
1176 if (o_set(sp, cnt, OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) {
1183 OS_DEF | OS_NOFREE | OS_STRDUP, O_D_STR(sp, cnt), 0)) {
H A Dconv.c387 o_set(sp, O_FILEENCODING, OS_STRDUP, nl_langinfo(CODESET), 0);
388 o_set(sp, O_INPUTENCODING, OS_STRDUP, nl_langinfo(CODESET), 0);
H A Doptions_f.c165 } else if (o_set(sp, offset, OS_STRDUP, str, 0))
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_ex.c549 o_set(new, O_FILEENCODING, OS_STRDUP, "WCHAR_T", 0);

Completed in 133 milliseconds