Home
last modified time | relevance | path

Searched refs:ESC_CHARS (Results 1 – 2 of 2) sorted by path

/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dparse.c44 static void (*esc_func[ESC_CHARS])(struct terminal *term) = {
57 static void (*csi_func[ESC_CHARS])(struct terminal *term, struct parm_t *) = {
H A Dyaft.h64 ESC_CHARS = 0x80, /* number of esc_func */ enumerator