Searched refs:E_SECURE (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex_cmd.c | 56 {"!", 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,
|
| D | ex.h | 29 #define E_SECURE 0x00000200 /* Permission denied if O_SECURE set. */ macro
|
| D | ex.c | 510 if (F_ISSET(ecp->cmd, E_SECURE) && O_ISSET(sp, O_SECURE)) { in ex_cmd()
|