Symbol: SE
games/warp/term.c
168
SE = Tgetstr("se"); /* end standout */
games/warp/term.c
181
UE = SE;
games/warp/term.h
272
EXT char *SE INIT(NULL); /* end standout mode */
games/warp/term.h
300
#define un_standout() do_tc(SE,1)
lib/libtelnet/auth.c
307
*e++ = SE;
lib/libtelnet/auth.c
330
IAC, SE };
lib/libtelnet/auth.c
493
*e++ = SE;
lib/libtelnet/enc_des.c
221
*p++ = SE;
lib/libtelnet/enc_des.c
279
*p++ = SE;
lib/libtelnet/enc_des.c
304
*p++ = SE;
lib/libtelnet/encrypt.c
136
static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
lib/libtelnet/encrypt.c
208
str_send[str_suplen++] = SE;
lib/libtelnet/encrypt.c
775
*strp++ = SE;
lib/libtelnet/encrypt.c
834
*p++ = SE;
lib/libtelnet/encrypt.c
888
*p++ = SE;
lib/libtelnet/kerberos5.c
123
*p++ = SE;
lib/libtelnet/sra.c
112
*p++ = SE;
libexec/telnetd/slc.c
203
IAC, SE);
libexec/telnetd/state.c
1540
ADD(c); if (c == SE || c == IAC) ADD(c); \
libexec/telnetd/state.c
1585
ADD(SE);
libexec/telnetd/state.c
1595
ADD(SE);
libexec/telnetd/state.c
1608
ADD(SE);
libexec/telnetd/state.c
1618
ADD(SE);
libexec/telnetd/state.c
1623
ADD(SE);
libexec/telnetd/state.c
291
if (c != SE) {
libexec/telnetd/state.c
317
SB_ACCUM(SE);
libexec/telnetd/telnetd.c
1061
IAC, SE);
libexec/telnetd/telnetd.c
483
IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
libexec/telnetd/telnetd.c
527
{ IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
libexec/telnetd/telnetd.c
543
{ IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
libexec/telnetd/telnetd.c
550
{ IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
libexec/telnetd/telnetd.c
557
{ IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE };
libexec/telnetd/termstat.c
284
IAC, SE);
libexec/telnetd/termstat.c
312
IAC, SE);
libexec/telnetd/termstat.c
359
IAC, SE);
libexec/telnetd/termstat.c
367
IAC, SE);
libexec/telnetd/termstat.c
440
useeditmode, IAC, SE);
libexec/telnetd/termstat.c
499
IAC, SE);
libexec/telnetd/utility.c
169
if (look < endp && (*look++&0xff) == SE) {
libexec/telnetd/utility.c
546
if (i != IAC || j != SE) {
libexec/telnetd/utility.c
791
if (pointer[j] == SE) {
libexec/telnetd/utility.c
794
if (pointer[j+1] == SE)
usr.bin/telnet/authenc.c
60
if (str[0] == IAC && str[1] == SE) {
usr.bin/telnet/telnet.c
1018
static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE };
usr.bin/telnet/telnet.c
1093
IAC, SB, TELOPT_LINEMODE, LM_MODE, 0, IAC, SE
usr.bin/telnet/telnet.c
1214
IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_VARIABLE, 0, IAC, SE
usr.bin/telnet/telnet.c
1217
IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_DEFAULT, 0, IAC, SE
usr.bin/telnet/telnet.c
1383
*slc_replyp++ = SE;
usr.bin/telnet/telnet.c
1583
*opt_replyp++ = SE;
usr.bin/telnet/telnet.c
1787
if (c != SE) {
usr.bin/telnet/telnet.c
1815
SB_ACCUM(SE);
usr.bin/telnet/telnet.c
2130
if ((*look++&0xff) == SE) {
usr.bin/telnet/telnet.c
2270
*cp++ = SE;
usr.bin/telnet/telnet.c
2378
*cp++ = SE;
usr.bin/telnet/telnet.c
786
TELOPT_TTYPE, TELQUAL_IS, name, IAC, SE);
usr.bin/telnet/telnet.c
808
TELOPT_TSPEED, TELQUAL_IS, osp, isp, IAC, SE);
usr.bin/telnet/telnet.c
910
TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE);
usr.bin/telnet/utilities.c
307
if (i != IAC || j != SE) {
usr.bin/telnet/utilities.c
702
if (pointer[j] == SE) {
usr.bin/telnet/utilities.c
705
if (pointer[j+1] == SE)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
333
se = &entry->entry_data.SE;
usr.sbin/makefs/cd9660/cd9660_eltorito.h
132
boot_catalog_section_entry SE;