Home
last modified time | relevance | path

Searched refs:ltchars (Results 1 – 25 of 30) sorted by relevance

12

/original-bsd/games/hack/
H A Dhack.ioctl.c11 struct ltchars ltchars, ltchars0; variable
19 (void) ioctl(fileno(stdin), (int) TIOCGLTC, (char *) &ltchars); in getioctls()
28 (void) ioctl(fileno(stdin), (int) TIOCSLTC, (char *) &ltchars); in setioctls()
/original-bsd/sys/sys/
H A Dioctl_compat.h30 struct ltchars { struct
134 #define TIOCSLTC _IOW('t',117,struct ltchars)/* set local special chars*/
135 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/
/original-bsd/usr.bin/tip/
H A Dtip.h220 struct ltchars ltchars; /* current local characters of terminal */ variable
221 struct ltchars deflchars; /* initial local characters of terminal */
H A Dtip.c180 ltchars = deflchars;
181 ltchars.t_suspc = ltchars.t_dsuspc = ltchars.t_flushc
182 = ltchars.t_lnextc = -1;
255 ioctl(0, TIOCSLTC, &ltchars); in raw()
/original-bsd/usr.bin/window/
H A D:tty4 +/"ltchars:suspc"8t"dsuspc"8t"rprntc"8t"flushc"8t"werasc"8t"lnextc"
H A Dww.h97 struct ltchars ww_ltchars;
/original-bsd/libexec/getty/
H A Dinit.c23 extern struct ltchars ltc;
H A Dmain.c53 struct ltchars ltc = {
H A Dsubr.c27 extern struct ltchars ltc;
/original-bsd/sys/hp/hpux/
H A Dhpux.h49 #define HPUXTIOCSLTC _IOW('T', 23, struct ltchars)
50 #define HPUXTIOCGLTC _IOR('T', 24, struct ltchars)
/original-bsd/old/rogue/
H A Dmachdep.h45 extern struct ltchars Ltc;
/original-bsd/sys/kern/
H A Dtty_compat.c130 struct ltchars *ltc = (struct ltchars *)data;
142 struct ltchars *ltc = (struct ltchars *)data;
/original-bsd/games/snake/snake/
H A Dsnake.h48 struct ltchars olttyc, nlttyc;
/original-bsd/games/rogue/
H A Dmachdep.c128 static struct ltchars ltc_orig;
130 struct ltchars ltc_temp;
/original-bsd/usr.bin/tset/
H A Dreset.c26 struct ltchars ltbuf; in main()
/original-bsd/usr.bin/talk/
H A Dinit_disp.c76 struct ltchars ltc; in set_edit_chars()
/original-bsd/old/talk/talk/
H A Dinit_disp.c78 struct ltchars ltc; in set_edit_chars()
/original-bsd/usr.bin/ex/
H A Dex_tty.h157 var struct ltchars olttyc, nlttyc; /* More of tchars style stuff */
/original-bsd/usr.bin/more/
H A Dscreen.c167 struct ltchars l;
/original-bsd/usr.bin/telnet/
H A Dsys_bsd.c51 struct ltchars oltc = { 0 }, nltc = { 0 };
367 struct ltchars ltc;
H A Dexterns.h290 extern struct ltchars nltc;
/original-bsd/old/dbx/
H A Dmain.c56 struct ltchars ltc; /* local special characters */
/original-bsd/local/toolchest/ksh/sh/
H A Dedit.c72 static struct ltchars l_chars;
219 struct ltchars lchars;
/original-bsd/contrib/sc/
H A Dlex.c319 struct ltchars old_chars, new_chars;
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c349 static struct ltchars oltc = { 0 }, nltc = { 0 };
453 struct ltchars *ltc;
458 struct ltchars noltc2;
460 static struct ltchars noltc = { -1, -1, -1, -1, -1, -1 };

12