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

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

Completed in 202 milliseconds