Lines Matching full:esc
1853 /* terminal answer to an ESC-Z or csi0c query. */ in respond_ID()
2166 * @ESesc: ESC parsed
2170 * @EShash: ESC # parsed
2171 * @ESsetG0: ESC ( parsed
2172 * @ESsetG1: ESC ) parsed
2173 * @ESpercent: ESC % parsed
2179 * @ESapc: ESC _ parsed
2180 * @ESpm: ESC ^ parsed
2181 * @ESdcs: ESC P parsed
2314 * E.g. ESC sets the state of vc to ESesc.
2383 * Handle a character (@c) following an ESC (when @vc is in the ESesc state).
2384 * E.g. previous ESC with @c == '[' here yields the ESsquare state (that is:
2454 * Handle special DEC control sequences ("ESC [ ? parameters char"). Parameters
2492 * "ESC [ parameters char". Parameters are in @vc->vc_par and the char is in
2648 case ESesc: /* ESC */ in do_con_trol()
2651 case ESnonstd: /* ESC ] aka OSC */ in do_con_trol()
2666 case ESpalette: /* ESC ] P aka OSC P */ in do_con_trol()
2683 case ESsquare: /* ESC [ aka CSI, parameters or modifiers expected */ in do_con_trol()
2706 case ESgetpars: /* ESC [ aka CSI, parameters expected */ in do_con_trol()
2743 case ESpercent: /* ESC % */ in do_con_trol()
2755 case ESfunckey: /* ESC [ [ aka CSI [ */ in do_con_trol()
2758 case EShash: /* ESC # */ in do_con_trol()
2770 case ESsetG0: /* ESC ( */ in do_con_trol()
2774 case ESsetG1: /* ESC ) */ in do_con_trol()
2778 case ESapc: /* ESC _ */ in do_con_trol()
2780 case ESosc: /* ESC ] [0-9] aka OSC [0-9] */ in do_con_trol()
2782 case ESpm: /* ESC ^ */ in do_con_trol()
2784 case ESdcs: /* ESC P */ in do_con_trol()