Home
last modified time | relevance | path

Searched refs:esc_set (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Drxtx.h152 unsigned int esc_set; /* bitmap of special chars */ member
H A Dtx.c161 if ((ch_in < 32) && ((txstate->config->esc_set & (1 << ch_in)) != 0)) { in escape()
H A Drx.c76 else if ( (1 << new_ch) & rxstate->config->esc_set ) in Angel_RxEngine()