Searched refs:KSH_IGNORE_RDONLY (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/bin/ksh/
H A Dvar.c366 int no_ro_check = error_ok & KSH_IGNORE_RDONLY;
367 error_ok &= ~KSH_IGNORE_RDONLY;
695 error_ok |= KSH_IGNORE_RDONLY;
731 setstr(vp, val, KSH_UNWIND_ERROR | KSH_IGNORE_RDONLY);
737 setstr(vp, val, KSH_RETURN_ERROR | KSH_IGNORE_RDONLY);
H A Dsh.h366 #define KSH_IGNORE_RDONLY 0x4 /* ignore the read-only flag */ macro

Completed in 145 milliseconds