Home
last modified time | relevance | path

Searched refs:sg_erase (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dioctl.c88 char sg_erase; /* erase character */ member
195 nsg.sg_erase = sg->sg_erase; in _bc_ioctl()
211 sg->sg_erase = nsg.sg_erase; in _bc_ioctl()
/titanic_41/usr/src/lib/libcurses/screen/
H A Derasechar.c58 return (SHELLTTY.sg_erase); in erasechar()
/titanic_41/usr/src/cmd/rexd/
H A Drex.h83 char sg_erase; /* erase character */ member
H A Dunix_login.c503 svr4_sgttyb_var.sg_erase = mode->basic.sg_erase;
H A Don.c494 mode.basic.sg_erase = OldFlags.sg_erase; in main()
/titanic_41/usr/src/head/
H A Dsgtty.h85 char sg_erase; /* erase character */ member
/titanic_41/usr/src/cmd/mailx/
H A Dtty.c487 c_erase = ttybuf.sg_erase; in grabh()
490 ttybuf.sg_erase = 0; in grabh()
545 ttybuf.sg_erase = c_erase; in grabh()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h319 #define termEraseChar nttyb.sg_erase
335 #define termEraseCharp (cc_t *)&nttyb.sg_erase
H A Dsys_bsd.c244 nttyb.sg_erase = ottyb.sg_erase; in TerminalDefaultChars()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h62 char sg_erase; /* erase character */ member
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c129 my_win.cerase = tty.sg_erase; in set_edit_chars()
/titanic_41/usr/src/uts/common/sys/
H A Dttold.h77 char sg_erase; /* erase character */ member
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c773 deferase = sb.sg_erase; in doit()
1317 sb.sg_erase = deferase; in mode()
1329 sb.sg_kill = sb.sg_erase = -1; in mode()
/titanic_41/usr/src/ucbhead/
H A Dcurses.h182 #define erasechar() (_tty.sg_erase)
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c841 cb->sg_erase = tp->t_curstate.t_erase; in ttcompat_ioctl_ack()
890 tp->t_curstate.t_erase = tp->t_new_sgttyb.sg_erase; in ttcompat_ioctl_ack()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c298 ep->e_erase = ttyparm.sg_erase; in tty_raw()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3551 b.sg_erase : b.sg_kill; in telrcv()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c718 show_char(erase, sgttyb.sg_erase), in show_sgttyb()