Home
last modified time | relevance | path

Searched refs:O_SECURE (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/vi/
H A Doptions_def.h57 #define O_SECURE 56 macro
/freebsd/contrib/nvi/ex/
H A Dex_read.c74 if (O_ISSET(sp, O_SECURE)) { in ex_read()
H A Dex_write.c147 if (O_ISSET(sp, O_SECURE)) { in exwr()
H A Dex_argv.c683 if (O_ISSET(sp, O_SECURE)) { in argv_sexp()
H A Dex.c512 if (F_ISSET(ecp->cmd, E_SECURE) && O_ISSET(sp, O_SECURE)) { in ex_cmd()
/freebsd/contrib/nvi/common/
H A Dmain.c238 *oargp++ = O_SECURE; in editor()
H A Doptions.c341 if (o_set(sp, O_SECURE, 0, NULL, GO_SECURE)) in opts_init()
343 F_SET(&sp->opts[O_SECURE], OPT_GLOBAL); in opts_init()
/freebsd/contrib/nvi/vi/
H A Dvi.c164 if (F_ISSET(vp->kp, V_SECURE) && O_ISSET(sp, O_SECURE)) { in vi()