Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dd/
H A Ddd.c94 #define LCASE 01 /* flag - convert to lower case */ macro
647 cflag |= LCASE; in main()
725 if ((bs == 0) || (cflag&(LCASE|UCASE))) in main()
758 if (cflag&LCASE) in main()
765 if (cflag&LCASE) in main()
772 if (cflag&LCASE) in main()
779 if (cflag&LCASE) in main()
786 if (cflag&LCASE) in main()
793 if (cflag&LCASE) in main()
800 if (cflag&LCASE) in main()
[all …]
/titanic_50/usr/src/head/
H A Dsgtty.h41 #define LCASE 04 macro
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h27 #define LCASE O_LCASE macro
/titanic_50/usr/src/uts/common/sys/
H A Dioctl.h89 #define LCASE O_LCASE macro
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h86 #define LCASE O_LCASE macro
/titanic_50/usr/src/head/rpcsvc/
H A Drex.x99 const LCASE = 0x00000004; /* simulate lower case */ variable
/titanic_50/usr/src/cmd/rexd/
H A Drex.x93 const LCASE = 0x00000004; /* simulate lower case */ variable
/titanic_50/usr/src/ucblib/libcurses/
H A Dcr_tty.c78 UPPERCASE = (_tty.sg_flags & LCASE) != 0; in gettmode()
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dedit.c282 if(ttyparm.sg_flags&LCASE) in tty_raw()