| /src/libexec/telnetd/ |
| termstat.c | 284 IAC, SE); 312 IAC, SE); 359 IAC, SE); 367 IAC, SE); 440 useeditmode, IAC, SE); 499 IAC, SE);
|
| telnetd.c | 483 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE 527 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE }; 543 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE }; 550 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE }; 557 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE }; 1061 IAC, SE);
|
| state.c | 291 if (c != SE) { 317 SB_ACCUM(SE); 1540 ADD(c); if (c == SE || c == IAC) ADD(c); \ 1585 ADD(SE); 1595 ADD(SE); 1608 ADD(SE); 1618 ADD(SE); 1623 ADD(SE);
|
| utility.c | 163 case SB: /* loop forever looking for the SE */ 169 if (look < endp && (*look++&0xff) == SE) { 546 if (i != IAC || j != SE) { 560 output_data(", not IAC SE!) "); 791 if (pointer[j] == SE) { 794 if (pointer[j+1] == SE) 803 output_data(" SE");
|
| slc.c | 203 IAC, SE);
|
| /src/usr.bin/telnet/ |
| authenc.c | 60 if (str[0] == IAC && str[1] == SE) {
|
| telnet.c | 788 TELOPT_TTYPE, TELQUAL_IS, name, IAC, SE); 810 TELOPT_TSPEED, TELQUAL_IS, osp, isp, IAC, SE); 912 TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE); 1020 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE }; 1095 IAC, SB, TELOPT_LINEMODE, LM_MODE, 0, IAC, SE 1217 IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_VARIABLE, 0, IAC, SE 1220 IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_DEFAULT, 0, IAC, SE 1386 *slc_replyp++ = SE; 1586 *opt_replyp++ = SE; 1791 if (c != SE) { [all...] |
| utilities.c | 308 if (i != IAC || j != SE) { 322 fprintf(NetTrace, ", not IAC SE!) "); 703 if (pointer[j] == SE) { 706 if (pointer[j+1] == SE) 715 fprintf(NetTrace, " SE");
|
| /src/lib/libtelnet/ |
| auth.c | 307 *e++ = SE; 330 IAC, SE }; 493 *e++ = SE;
|
| encrypt.c | 136 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE }; 208 str_send[str_suplen++] = SE; 775 *strp++ = SE; 834 *p++ = SE; 888 *p++ = SE;
|
| enc_des.c | 221 *p++ = SE; 279 *p++ = SE; 304 *p++ = SE;
|
| sra.c | 112 *p++ = SE;
|
| kerberos5.c | 123 *p++ = SE;
|
| /src/include/arpa/ |
| telnet.h | 55 #define SE 240 /* end sub negotiation */ 66 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
|
| /src/usr.sbin/makefs/cd9660/ |
| cd9660_eltorito.h | 132 boot_catalog_section_entry SE;
|
| cd9660_eltorito.c | 328 boot_catalog_section_entry *se; local 333 se = &entry->entry_data.SE; 335 se->boot_indicator[0] = ET_BOOTABLE; 336 se->media_type[0] = disk->targetMode; 337 cd9660_721(disk->loadSegment, se->load_segment); 338 cd9660_721(disk->num_sectors, se->sector_count); 339 cd9660_731(disk->sector, se->load_rba);
|
| /src/games/warp/ |
| term.h | 272 EXT char *SE INIT(NULL); /* end standout mode */ 273 EXT int SG INIT(0); /* blanks left by SO and SE */ 300 #define un_standout() do_tc(SE,1)
|
| term.c | 168 SE = Tgetstr("se"); /* end standout */ 170 SG = 0; /* blanks left by SG, SE */ 181 UE = SE;
|
| /src/usr.sbin/sysinst/ |
| msg.pm.es | 61 message limitcount {L�mite para el n�mero de dispositivos se lleg�!} 64 message nofreedev {No se puede asignar nodo de dispositivo!} 114 message cgd_err_menufmt {DISCO NO SE DEFINE!}
|
| /src/sys/arch/m68k/060sp/dist/ |
| pfpsp.s | 12979 # muls. Set the sign according to SE. Subtract 16 to compensate # 12991 # bcd string. If SE is positive, count the leading zeros; # 13082 btst &30,%d4 # get SE 13088 neg.l %d1 # now negative, make pos and set SE 13089 or.l &0x40000000,%d4 # set SE in d4, 13173 # and set SE. 13179 # 5. Check if the exp has crossed zero in #3 above; clear SE. 13240 or.l &0x40000000,%d4 # and set SE in d4 13286 neg.l %d1 # take abs of exp and clr SE 13288 and.l &0xbfffffff,%d4 # and clr SE in d [all...] |
| fpsp.s | 23018 # muls. Set the sign according to SE. Subtract 16 to compensate # 23030 # bcd string. If SE is positive, count the leading zeros; # 23121 btst &30,%d4 # get SE 23127 neg.l %d1 # now negative, make pos and set SE 23128 or.l &0x40000000,%d4 # set SE in d4, 23212 # and set SE. 23218 # 5. Check if the exp has crossed zero in #3 above; clear SE. 23279 or.l &0x40000000,%d4 # and set SE in d4 23325 neg.l %d1 # take abs of exp and clr SE 23327 and.l &0xbfffffff,%d4 # and clr SE in d [all...] |
| /src/share/terminfo/ |
| terminfo | 5558 # Se resets the cursor style to the terminal power-on default. 5563 Ms=\E]52;%p1%s;%p2%s\007, Se=\E[2 q, Ss=\E[%p1%d q, 5566 Ms=\E]52;%p1%s;%p2%s\E\\, Se=\E[ q, Ss=\E[%p1%d q, 6317 Rmol=\E[55m, Se=\E[1 q, Smol=\E[53m, Smulx=\E[4:%p1%dm, 7373 # Se and Ss are implemented in the source-code, but the terminfo 7374 # provided with the source is incorrect, since Se/Ss are mis-coded 7466 vpa=\E[%i%p1%dd, Se=\E[2 q, Ss=\E[%p1%d q, use=ansi+enq, 7802 kb2=\EOE, kcbt=\E[Z, kent=\EOM, Se=\E[0 q, 15943 # "so" & "se" are commented out until jove handles "sg" correctly. 20195 # live with Magic Cookie, remove the :so: and :se: fields and do withou [all...] |