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

/haiku/src/apps/serialconnect/libvterm/src/
H A Dencoding.c164 int is_gr = bytes[*pos] & 0x80; local
167 unsigned char c = bytes[*pos] ^ is_gr;
190 int is_gr = bytes[*pos] & 0x80; local
193 unsigned char c = bytes[*pos] ^ is_gr;

Completed in 18 milliseconds