Lines Matching defs:mode
353 /* enable kludge/compat mode */
414 * Set edit mode to emacs by default, may be overridden
492 /* this to note if utf-8 mode is set on command line (see below) */
622 /* divine the initial state of the utf8-mode Flag */
1621 check_fd(const char *name, int mode, const char **emsgp)
1628 return (coproc_getfd(mode, emsgp));
1647 if (!(mode & X_OK) && fl != O_RDWR && (
1648 ((mode & R_OK) && fl != O_RDONLY) ||
1649 ((mode & W_OK) && fl != O_WRONLY))) {
1710 coproc_getfd(int mode, const char **emsgp)
1712 int fd = (mode & R_OK) ? coproc.read : coproc.write;
1799 /* operation mode for the shf */
2165 warningf(true, "early locale tracking enabled UTF-8 mode while in POSIX mode, you are now noncompliant");