HomeSort by: relevance | last modified time | path
    Searched refs:V_SECURE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_cmd.c 130 {v_suspend, V_SECURE,
156 {v_filter, V_CNT|V_DOT|V_MOTION|V_SECURE|VM_RCM_SET,
vi.h 142 #define V_SECURE 0x02000000 /* Permission denied if O_SECURE set. */
vi.c 179 if (F_ISSET(vp->kp, V_SECURE) && O_ISSET(sp, O_SECURE)) {

Completed in 20 milliseconds