Searched refs:ESC (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/ie/
H A Dvi.c234 int esc_or_hang = 0; /* <ESC> or hangup */
249 /* in addition to '\n' and make eof an ESC */
285 if( term_char=='\n' || term_char==ESC )
299 /*** ESC was typed as first char of line ***/
301 term_char = ESC;
331 /** terminator was ESC, which is not xmitted **/
332 term_char = ESC;
483 if( term_char!=ESC && (last_virt==INVALID
486 /*** Line not terminated with ESC or escaped (^V) ***/
564 if( term_char==ESC
[all...]
H A Dedit.h125 #define ESC 033 macro
H A Dedit.c347 * Get tty parameters and make ESC and '\r' wakeup characters.
378 if(ttychars.t_brkc!=ESC)
380 ttychars.t_brkc = ESC;
411 nttyparm.c_cc[VEOL2] = ESC;
417 nttyparm.c_cc[VEOF] = ESC; /* make ESC the eof char */
670 /* undocumented feature, macros of the form <ESC>[c evoke alias __c */
1424 ott.c_cc[VEOF]= ESC; /* ESC -> eof char */
/ast/src/cmd/ksh93/edit/
H A Dedit.c54 static char CURSOR_UP[20] = { ESC, '[', 'A', 0 };
55 static char KILL_LINE[20] = { ESC, '[', 'J', 0 };
388 * Get tty parameters and make ESC and '\r' wakeup characters.
424 if(ttychars.t_brkc!=ESC)
426 ttychars.t_brkc = ESC;
463 nttyparm.c_cc[VEOL] = ESC;
467 nttyparm.c_cc[VEOF] = ESC; /* make ESC the eof char */
651 case ESC:
660 if(c=='\a' || c==ESC ||
[all...]
H A Dvi.c224 int esc_or_hang=0; /* <ESC> or hangup */
253 /* in addition to '\n' and make eof an ESC */
286 if( term_char=='\n' || term_char==ESC )
300 /*** ESC was typed as first char of line ***/
302 term_char = ESC;
332 /** terminator was ESC, which is not xmitted **/
333 term_char = ESC;
461 if( term_char!=ESC && (last_virt==INVALID
464 /*** Line not terminated with ESC or escaped (^V) ***/
537 if( term_char==ESC
[all...]
H A Demacs.c320 if(c!='\t' && c!=ESC && !isdigit(c))
351 ed_ungetchar(ep->ed,ESC);
1017 ed_ungetchar(ep->ed,ESC);
/ast/src/cmd/ksh93/include/
H A Dedit.h162 char **e_clist; /* completion list after <ESC>= */
185 #define ESC cntl('[') macro
/ast/src/cmd/ksh93/tests/
H A Dpty.sh159 # <ESC> is inserted in the current command line.
188 # command line editing is supported: When in insert mode an <ESC>
294 # kill) and <ESC>.
321 w echo ESC=:\cV\E:
322 u ^ESC=:\E:\r?\n$
/ast/src/cmd/ksh93/bltins/
H A Dread.c72 static char default_prompt[3] = {ESC,ESC};

Completed in 29 milliseconds