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

  /src/external/bsd/less/dist/lesstest/
term.c 59 #ifdef ONLRET
60 | ONLRET
  /src/usr.bin/tset/
set.c 104 #ifdef ONLRET
105 | ONLRET
211 if (oldmode.c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
212 oldmode.c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
  /src/crypto/external/bsd/openssh/dist/
ttymodes.h 161 #ifdef ONLRET
162 TTYMODE(ONLRET, c_oflag, 75)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d 964 ONLRET
999 enum ONLRET = 0x0000020; // 0000040
1034 enum ONLRET = 0x00000040;
1069 enum ONLRET = 0x00000040;
1103 enum ONLRET = 0x00000040;
1137 enum ONLRET = 0x00000040;
1171 enum ONLRET = 0x00000080;
1205 enum ONLRET = 0x0000020;
1241 enum ONLRET = 0x0000020; // 0000040
  /src/lib/libedit/
tty.h 72 # ifndef ONLRET
73 # define ONLRET 0
74 # endif /* ONLRET */
tty.c 73 {"oflag:", (OPOST | ONLCR), ONLRET},
81 {"oflag:", (OPOST | ONLCR), ONLRET},
227 #ifdef ONLRET
228 {"onlret", ONLRET, MD_OUT},
229 #endif /* ONLRET */
  /src/bin/stty/
modes.c 161 { "onlret", ONLRET },
  /src/sys/sys/
termios.h 122 #define ONLRET 0x00000040U /* move to column 0 on CR */
  /src/distrib/utils/more/
screen.c 183 s.c_oflag &= ~(OCRNL|ONOCR|ONLRET);
  /src/external/bsd/less/dist/
screen.c 373 #ifdef ONLRET
374 | ONLRET
  /src/sys/kern/
tty.c 1004 if (ISSET(tp->t_oflag, ONLCR | ONLRET))
  /src/external/bsd/tmux/dist/
tty.c 349 tio.c_oflag &= ~(OPOST|ONLCR|OCRNL|ONLRET);

Completed in 130 milliseconds