Searched refs:O_STR (Results 1 - 19 of 19) sorted by path

/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_screen.c208 ttype = O_STR(sp, O_TERM);
/freebsd-11-stable/contrib/nvi/common/
H A Dconv.c389 enc = O_STR(sp, O_FILEENCODING);
409 enc = O_STR(sp, O_INPUTENCODING);
H A Dexf.c188 join(O_STR(sp, O_TMPDIR), "vi.XXXXXXXXXX")) == NULL) {
484 for (found = 0, p = t = O_STR(sp, O_PATH);; ++p)
844 file_backup(sp, name, O_STR(sp, O_BACKUP)) && !LF_ISSET(FS_FORCE))
1250 !strcasecmp(O_STR(sp, O_FILEENCODING), "utf-8"))
H A Dkey.c253 if ((chp = O_STR(sp, O_PRINT)) != NULL)
256 if ((chp = O_STR(sp, O_NOPRINT)) != NULL)
H A Doptions.c434 if (O_STR(sp, cnt) != NULL && o_set(sp, cnt,
435 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0))
726 O_STR(sp, offset) != NULL &&
727 !strcmp(O_STR(sp, offset), np))
811 if ((p = O_STR(sp, off)) == NULL || p[0] == '\0') {
883 if (O_STR(sp, cnt) == O_D_STR(sp, cnt) ||
885 !strcmp(O_STR(sp, cnt), O_D_STR(sp, cnt))))
913 if (O_STR(sp, cnt) != NULL)
914 curlen += strlen(O_STR(sp, cnt));
980 O_STR(s
[all...]
H A Doptions.h58 #define O_STR(sp, o) O_V(sp, o, o_cur.str) macro
H A Drecover.c141 dp = O_STR(sp, O_RECDIR);
285 dp = O_STR(sp, O_RECDIR);
357 dp = O_STR(sp, O_RECDIR);
522 p = O_STR(sp, O_RECDIR);
633 rp = O_STR(sp, O_RECDIR);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex.h53 ((ch) <= CHAR_MAX && strchr(O_STR(sp, O_SHELLMETA), ch) != NULL)
H A Dex_argv.c685 sh_path = O_STR(sp, O_SHELL);
H A Dex_cd.c100 for (p = t = O_STR(sp, O_CDPATH);; ++p)
H A Dex_edit.c141 O_STR(sp, O_FILEENCODING), 0);
H A Dex_filter.c136 if ((name = strrchr(O_STR(sp, O_SHELL), '/')) == NULL)
137 name = O_STR(sp, O_SHELL);
142 execl(O_STR(sp, O_SHELL), name, "-c", np, (char *)NULL);
143 msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s");
H A Dex_script.c168 sh_path = O_STR(sp, O_SHELL);
H A Dex_shell.c55 (void)asprintf(&buf, "%s -i", O_STR(sp, O_SHELL));
126 if ((name = strrchr(O_STR(sp, O_SHELL), '/')) == NULL)
127 name = O_STR(sp, O_SHELL);
130 execl(O_STR(sp, O_SHELL), name, "-c", cmd, (char *)NULL);
131 msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s");
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_ex.c376 if (O_STR(sp, O_CEDIT) != NULL && v_ecl_log(sp, tp))
H A Dv_init.c122 return (v_buildps(sp, str, O_STR(sp, O_SECTIONS)));
124 return (v_buildps(sp, O_STR(sp, O_PARAGRAPHS), str));
H A Dv_section.c73 if ((list = O_STR(sp, O_SECTIONS)) == NULL)
186 if ((list = O_STR(sp, O_SECTIONS)) == NULL)
H A Dv_txt.c560 if (LF_ISSET(TXT_CEDIT) && O_STR(sp, O_CEDIT) != NULL &&
561 O_STR(sp, O_CEDIT)[0] == evp->e_c)
563 if (LF_ISSET(TXT_FILEC) && O_STR(sp, O_FILEC) != NULL &&
564 O_STR(sp, O_FILEC)[0] == evp->e_c)
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c892 #define O_STR(opt, str, var) if(strcmp(opt, str)==0) \ macro
960 else O_STR(opt, "log-identity", log_identity)
1012 else O_STR(opt, "ssl-service-key", ssl_service_key)
1013 else O_STR(opt, "ssl-service-pem", ssl_service_pem)
1015 else O_STR(opt, "tls-cert-bundle", tls_cert_bundle)
1019 else O_STR(opt, "tls-ciphers", tls_ciphers)
1020 else O_STR(opt, "tls-ciphersuites", tls_ciphersuites)
1023 else O_STR(opt, "http-endpoint", http_endpoint)
1031 else O_STR(opt, "chroot", chrootdir)
1032 else O_STR(op
[all...]

Completed in 164 milliseconds