Searched refs:tmode (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dshowperm.bash24 tmode="$1"
31 case $tmode in
40 tmode=${tmode#?}
41 case $tmode in
45 *) echo "$0: first letter of \"$tmode\" is unrecognized" >&2
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dextern.h42 extern struct termios tmode, omode;
H A Dsubr.c230 (char*)&tmode.c_cc[VERASE],
231 (char*)&tmode.c_cc[VKILL],
232 (char*)&tmode.c_cc[VINTR],
233 (char*)&tmode.c_cc[VQUIT],
234 (char*)&tmode.c_cc[VSTART],
235 (char*)&tmode.c_cc[VSTOP],
236 (char*)&tmode.c_cc[VEOF],
237 (char*)&tmode.c_cc[VEOL],
238 (char*)&tmode.c_cc[VSUSP],
239 (char*)&tmode
[all...]
H A Dmain.c106 struct termios tmode; variable in typeref:struct:termios
141 #define ERASE tmode.c_cc[VERASE]
142 #define KILL tmode.c_cc[VKILL]
143 #define EOT tmode.c_cc[VEOF]
284 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
302 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
308 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
370 cfsetispeed(&tmode, B0);
371 cfsetospeed(&tmode, B0);
372 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode);
[all...]
/macosx-10.10.1/vim-55/src/proto/
H A Dos_vms.pro2 void mch_settmode __ARGS((int tmode));
H A Dos_amiga.pro33 void mch_settmode __ARGS((int tmode));
H A Dos_msdos.pro20 void mch_settmode __ARGS((int tmode));
H A Dos_riscos.pro29 void mch_settmode __ARGS((int tmode));
H A Dos_win32.pro29 void mch_settmode __ARGS((int tmode));
H A Dterm.pro33 void settmode __ARGS((int tmode));
H A Dos_mswin.pro13 void mch_settmode __ARGS((int tmode));
H A Dos_unix.pro51 void mch_settmode __ARGS((int tmode));
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_zyfer.c207 int tmode; /* Time mode */ local
277 &tmode, &tfom, &omode) != 8) {
282 if (tmode != 2) {
/macosx-10.10.1/vim-55/src/
H A Dos_vms.c98 mch_settmode(int tmode) argument
102 if ( tmode == TMODE_RAW )
179 TT_MODE tmode; local
181 tmode = get_tty(); /* get size from VMS */
182 Columns = tmode.width;
183 Rows = tmode.x.y.length;
H A Dos_win16.c274 int tmode = cur_tmode; local
335 if (tmode == TMODE_RAW)
H A Dos_riscos.c709 mch_settmode(tmode)
710 int tmode; /* TMODE_RAW or TMODE_COOK */
712 if (tmode == TMODE_COOK)
798 int tmode = cur_tmode; local
819 if (tmode == TMODE_RAW)
H A Dos_amiga.c970 mch_settmode(tmode)
971 int tmode;
974 if (!SetMode(raw_in, tmode == TMODE_RAW ? 1 : 0))
977 tmode == TMODE_RAW ? -1L : 0L) == 0)
1201 int tmode = cur_tmode; local
1388 if (tmode == TMODE_RAW)
H A Dos_unix.c3150 mch_settmode(tmode)
3151 int tmode;
3179 if (tmode == TMODE_RAW)
3197 else if (tmode == TMODE_SLEEP)
3232 if (tmode == TMODE_RAW)
3237 else if (tmode == TMODE_SLEEP)
3241 curr_tmode = tmode;
3700 int tmode = cur_tmode; local
3798 if (tmode == TMODE_RAW)
4653 if (tmode
[all...]
H A Dterm.c3180 settmode(tmode)
3181 int tmode;
3199 if (tmode != TMODE_COOK || cur_tmode != TMODE_COOK)
3209 if (tmode != TMODE_RAW && crv_status == CRV_SENT)
3215 if (tmode != TMODE_RAW)
3219 mch_settmode(tmode); /* machine specific function */
3220 cur_tmode = tmode;
3222 if (tmode == TMODE_RAW)
H A Dos_msdos.c1735 mch_settmode(int tmode) argument
1917 int tmode = cur_tmode; local
1967 if (tmode == TMODE_RAW)
H A Dos_win32.c2880 mch_settmode(int tmode) argument
2888 if (tmode == TMODE_RAW)
2914 tmode == TMODE_RAW ? "raw" :
2915 tmode == TMODE_COOK ? "cooked" : "normal",
3226 int tmode = cur_tmode; local
3389 if (tmode == TMODE_RAW)
H A Dos_mswin.c531 mch_settmode(int tmode) argument
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDraw.c306 short tmode = GetPixDepth(GetPortPixMap(srcPort)) == 1 ?
309 CopyBits(srcBit, dstBit, srcPtr, dstPtr, tmode, NULL);
303 short tmode = GetPixDepth(GetPortPixMap(srcPort)) == 1 ? local

Completed in 249 milliseconds