Home
last modified time | relevance | path

Searched refs:STATE_DCS (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dyaft.h109 STATE_DCS = 0x08, /* ESC P */ enumerator
H A Dparse.c325 else if (term->esc.state == STATE_DCS) { in parse()
H A Dmain.c568 if (term.esc.state != STATE_DCS || dirty) { in main()
H A Dfunction.c122 term->esc.state = STATE_DCS; in enter_dcs()