Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/ex/
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,
Dex.h29 #define E_SECURE 0x00000200 /* Permission denied if O_SECURE set. */ macro
Dex.c510 if (F_ISSET(ecp->cmd, E_SECURE) && O_ISSET(sp, O_SECURE)) { in ex_cmd()