Searched refs:ONLCR (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dtermio.h53 #define ONLCR 0x1 /* map CR to NL on output */ macro
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_newterm.c53 #ifndef ONLCR /* Allows compilation under the QNX 4.2 OS */
54 #define ONLCR 0 macro
79 buf.c_oflag &= ~(ONLCR);
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dstty_default.c89 termios.c_oflag |= (OPOST|ONLCR);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dlib_tracebits.c61 #ifndef ONLCR
62 #define ONLCR 0 macro
128 {ONLCR, "ONLCR"},
133 #define ALLOUT (OPOST|OFLAGS_TABS|ONLCR|OCRNL|ONOCR|ONLRET)
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dshtty.c127 # ifdef ONLCR
128 ttp->c_oflag |= ONLCR;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dttymodes.h159 #ifdef ONLCR
160 TTYMODE(ONLCR, c_oflag, 72)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dttydefaults.h79 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A Dtermios.h140 #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ macro
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.h90 # ifndef ONLCR
91 # define ONLCR 0 macro
92 # endif /* ONLCR */
/macosx-10.9.5/adv_cmds-153/stty/
H A Dkey.c223 ip->t.c_oflag |= ONLCR;
226 ip->t.c_oflag &= ~ONLCR;
H A Dmodes.c202 { "onlcr", ONLCR, 0 },
203 { "-onlcr", 0, ONLCR },
H A Dprint.c152 put("-onlcr", ONLCR, 1);
/macosx-10.9.5/libedit-39/src/
H A Dtty.h90 # ifndef ONLCR
91 # define ONLCR 0 macro
92 # endif /* ONLCR */
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.h90 # ifndef ONLCR
91 # define ONLCR 0 macro
92 # endif /* ONLCR */
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c828 #ifdef ONLCR
829 | ONLCR
942 #ifdef ONLCR
943 mode.c_oflag |= ONLCR;
954 #ifdef ONLCR
955 mode.c_oflag &= ~ONLCR;
985 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
986 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.term.h78 # ifndef ONLCR
79 # define ONLCR 0 macro
80 # endif /* ONLCR */
H A Ded.term.c45 { "oflag:", (OPOST|ONLCR), ONLRET },
58 { "oflag:", (OPOST|ONLCR), ONLRET },
150 # ifdef ONLCR
151 { "onlcr", ONLCR, M_OUTPUT },
152 # endif /* ONLCR */
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c528 if (iflag&ICRNL || oflag&ONLCR)
615 oflag |= ONLCR;
618 oflag &= ~ONLCR;
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-openpty.c208 tio.c_oflag |= (OPOST | ONLCR);
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.xs897 /* XXX Is ONLCR in POSIX?. The value of '4' seems to be the same for
901 #ifndef ONLCR
902 # define ONLCR 4
929 #ifndef ONLCR
930 #define ONLCR 0
982 work.c_oflag &= ~(OPOST |ONLCR|OCRNL|ONLRET);
1133 work.c_oflag &= ~(OPOST|ONLCR);
/macosx-10.9.5/screen-22/screen/
H A Dtty.c227 #if defined(ONLCR)
228 m->tio.c_oflag |= ONLCR;
229 #endif /* ONLCR */
426 #if defined(ONLCR)
427 m->tio.c_oflag |= ONLCR;
428 #endif /* ONLCR */
687 #if defined(ONLCR)
688 np->tio.c_oflag &= ~ONLCR;
689 #endif /* ONLCR */
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dsubr.c354 SET(oflag, ONLCR|OPOST);
357 CLR(oflag, ONLCR);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dsubr.c354 SET(oflag, ONLCR|OPOST);
357 CLR(oflag, ONLCR);
/macosx-10.9.5/mail_cmds-29/comsat/
H A Dcomsat.c247 cr = (ttybuf.c_oflag & ONLCR) && (ttybuf.c_oflag & OPOST) ?
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dsys_bsd.c358 tmp_tc.c_oflag |= ONLCR;
363 tmp_tc.c_oflag &= ~ONLCR;

Completed in 160 milliseconds

12