Searched refs:E_SECURE (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/vi/ex/
H A Dex_cmd.c56 {"!", ex_bang, E_ADDR2_NONE | E_SECURE,
297 {"script", ex_script, E_SECURE,
307 {"shell", ex_shell, E_SECURE,
317 {"stop", ex_stop, E_SECURE,
322 {"suspend", ex_stop, E_SECURE,
H A Dex.h29 #define E_SECURE 0x00000200 /* Permission denied if O_SECURE set. */ macro
H A Dex.c510 if (F_ISSET(ecp->cmd, E_SECURE) && O_ISSET(sp, O_SECURE)) {

Completed in 130 milliseconds