Searched refs:E_SECURE (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_cmd.c | 55 {L("!"), ex_bang, E_ADDR2_NONE|E_SECURE, 301 {L("script"), ex_script, E_SECURE, 311 {L("shell"), ex_shell, E_SECURE, 321 {L("stop"), ex_stop, E_SECURE, 326 {L("suspend"), ex_stop, E_SECURE,
|
H A D | ex.h | 25 #define E_SECURE 0x00000200 /* Permission denied if O_SECURE set. */ macro
|
H A D | ex.c | 512 if (F_ISSET(ecp->cmd, E_SECURE) && O_ISSET(sp, O_SECURE)) { in ex_cmd()
|