Searched refs:ESC (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/drivers/net/hamradio/ |
D | mkiss.c | 48 #define ESC 0333 /* indicates byte stuffing */ macro 187 *ptr++ = ESC; in kiss_esc() 190 case ESC: in kiss_esc() 191 *ptr++ = ESC; in kiss_esc() 229 *ptr++ = ESC; in kiss_esc_crc() 232 case ESC: in kiss_esc_crc() 233 *ptr++ = ESC; in kiss_esc_crc() 326 case ESC: in kiss_unesc() 331 s = ESC; in kiss_unesc()
|
/linux-2.6.39/Documentation/s390/ |
D | 3270.ChangeLog | 4 * In tubttybld.c, substantially revise ESC processing so that 5 ESC sequences (especially coloring ones) and the strings 44 * color support and minimal other ESC-sequence support is added.
|
D | 3270.txt | 249 This assigns the string ESC-k to PA3. Similarly, the string ESC-j 251 editing, ESC-k and ESC-j retrieve backward and forward history.
|
/linux-2.6.39/Documentation/ |
D | unicode.txt | 21 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B 22 GRAF_MAP DEC VT100 pseudographics ESC ( 0 23 IBMPC_MAP IBM code page 437 ESC ( U 24 USER_MAP User defined ESC ( K 26 In particular, ESC ( U is no longer "straight to font", since the font
|
D | VGA-softcursor.txt | 13 The cursor appearance is controlled by a "<ESC>[?1;2;3c" escape sequence
|
/linux-2.6.39/drivers/net/ |
D | slip.h | 44 #define ESC 0333 /* indicates byte stuffing */ macro
|
D | slip.c | 936 *ptr++ = ESC; 939 case ESC: 940 *ptr++ = ESC; 970 case ESC: 975 s = ESC;
|
/linux-2.6.39/arch/x86/lib/ |
D | x86-opcode-map.txt | 257 d8: ESC 258 d9: ESC 259 da: ESC 260 db: ESC 261 dc: ESC 262 dd: ESC 263 de: ESC 264 df: ESC
|
/linux-2.6.39/drivers/isdn/hardware/eicon/ |
D | pc.h | 305 #define ESC 0x7f /* escape extension */ macro
|
D | maintidi.c | 1221 if (*msg != ESC) return NULL; in get_next_var() 1227 if (*msg != ESC) return NULL; in get_next_var()
|
D | message.c | 1317 add_p(plci,ESC,esc_chi); in connect_req() 1387 if(noCh) add_p(plci,ESC,"\x02\x18\xfd"); /* D-channel, no B-L3 */ in connect_req() 1475 add_p(plci,ESC,esc_t); in connect_res() 1487 add_p(plci,ESC,esc_t); in connect_res() 4714 add_p(plci,ESC,"\x02\x18\x00"); /* support call waiting */ in control_rc() 4973 … 2+1+1+esc_cr[0]+1+1+esc_law[0],plci->Sig.Ind,1+1+esc_cr[0]+1+1+esc_law[0],ESC,esc_cr,ESC,esc_law); in sig_ind() 5518 add_p(plci,ESC,multi_ssext_parms[0]); /* remembered parameter -> only one possible */ in sig_ind() 7395 if(p->info[i-1]==ESC && p->info[i+1]==CHI) return (p->info[i+2]); in getChannel() 8982 if(w==ESC && wlen>=3) code = in[ploc+2] |0x800; in IndParse() 9104 add_p(plci,ESC,voice_chi); /* Channel */ in SetVoiceChannel() [all …]
|
D | debug.c | 1342 *P++ = ESC; in SuperTraceCreateReadReq()
|
/linux-2.6.39/arch/arm/mach-pxa/ |
D | magician.c | 144 INIT_KEY(ESC, GPIO37_MAGICIAN_KEY_HANGUP, "Hangup button"),
|
/linux-2.6.39/drivers/eisa/ |
D | eisa.ids | 422 DEC1021 "Digital EISA SCSI Controller (ESC-1)"
|