Searched refs:LCASE (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c219 #ifndef LCASE
220 #define LCASE 0 macro
238 {LCASE, "LCASE"},
245 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h124 #define LCASE 0x00000004 /* simulate lower case */ macro
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x104 const LCASE = 0x00000004; /* simulate lower case */
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c50 { "nrmal:", (ECHO|CRMOD|ANYP), (CBREAK|RAW|LCASE|VTDELAY|ALLDELAY) },
64 { "nrmal:", (CBREAK|CRMOD|ANYP), (RAW|ECHO|LCASE|VTDELAY|ALLDELAY) },
318 # ifdef LCASE
319 { "lcase", LCASE, M_CONTROL },
320 # endif /* LCASE */
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dmain.c432 tmode.sg_flags |= LCASE;
434 tmode.sg_flags &= ~LCASE;
H A Dsubr.c334 f |= LCASE;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfreebasic.vim124 syn keyword freebasicString INSTR LCASE LEFT LEN LSET LTRIM MID RIGHT RSET RTRIM
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c284 if(ttyparm.sg_flags&LCASE)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c723 s.main.sg_flags &= ~(ECHO | CRMOD | ANYP | ALLDELAY | RAW | LCASE

Completed in 218 milliseconds