Home
last modified time | relevance | path

Searched refs:IUCLC (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dsshtty.c79 #ifdef IUCLC in enter_raw_mode()
80 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
Dttymodes.h112 #if defined(IUCLC)
113 TTYMODE(IUCLC, c_iflag, 37)
/openbsd/src/usr.sbin/lpr/lpd/
Dmodes.c102 { "iuclc", IUCLC, 0 },
103 { "-iuclc", 0, IUCLC },
/openbsd/src/bin/stty/
Dmodes.c105 { "iuclc", IUCLC, 0 },
106 { "-iuclc", 0, IUCLC },
Dkey.c229 ip->t.c_iflag &= ~IUCLC; in f_lcase()
233 ip->t.c_iflag |= IUCLC; in f_lcase()
Dprint.c120 put("-iuclc", IUCLC, 0); in print()
/openbsd/src/libexec/getty/
Dmain.c329 tmode.c_iflag |= IUCLC; in main()
334 tmode.c_iflag &= ~IUCLC; in main()
Dsubr.c234 SET(iflag, IUCLC); in setflags()
/openbsd/src/sys/sys/
Dtermios.h103 #define IUCLC 0x00001000 /* translate upper to lower case */ macro
/openbsd/src/usr.sbin/lpd/
Dlp_stty.c347 { "iuclc", IUCLC, 0 },
348 { "-iuclc", 0, IUCLC },
/openbsd/src/usr.bin/tic/
Dreset_cmd.c240 #ifdef IUCLC in reset_tty_settings()
241 | IUCLC in reset_tty_settings()
/openbsd/src/lib/libedit/
Dtty.c187 #ifdef IUCLC
188 {"iuclc", IUCLC, MD_INP},
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
DReadKey.xs945 #ifndef IUCLC in ReadMode()
946 #define IUCLC 0 in ReadMode() macro
/openbsd/src/sys/kern/
Dtty.c412 if (ISSET(lflag, XCASE) && ISSET(iflag, IUCLC)) { in ttyinput()
440 else if (ISSET(iflag, IUCLC) && isupper(c)) in ttyinput()