Searched refs:IUCLC (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/ncurses/tack/
H A Dsysdep.c98 #ifndef IUCLC
99 #define IUCLC 0 macro
131 IUCLC | IXON | IXANY | IXOFF);
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c738 #ifdef IUCLC
739 | IUCLC
868 #ifdef IUCLC
869 mode.c_iflag |= IUCLC;
873 #ifdef IUCLC
874 mode.c_iflag &= ~IUCLC;
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c236 #ifdef IUCLC
237 {"iuclc", input, SANE_UNSET | REV, IUCLC, 0},
359 #if defined XCASE && defined IUCLC && defined OLCUC
1224 #if defined XCASE && defined IUCLC && defined OLCUC
1231 mode->c_iflag &= ~IUCLC;
1237 mode->c_iflag |= IUCLC;
/haiku-fatelf/headers/posix/
H A Dtermios.h54 #define IUCLC 0x200 /* map all upper case to lower */ macro
/haiku-fatelf/src/libs/edit/
H A Dtty.c181 #ifdef IUCLC
182 {"iuclc", IUCLC, MD_INP},
183 #endif /* IUCLC */

Completed in 115 milliseconds