Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/
H A Dmisc.c4562 parse_chr_param(const char **cp) in parse_chr_param() function
4601 if (((value = parse_chr_param(&cp)) & 0xf0) != 0x40) in restore_DECCIR()
4610 if (((value = parse_chr_param(&cp)) & 0xfe) != 0x40) in restore_DECCIR()
4616 if (((value = parse_chr_param(&cp)) & 0xf0) != 0x40) in restore_DECCIR()
4623 if ((value = (parse_chr_param(&cp) - '0')) < 0 || value >= NUM_GSETS) in restore_DECCIR()
4627 if ((value = (parse_chr_param(&cp) - '0')) < 0 || value >= NUM_GSETS) in restore_DECCIR()
4632 if (parse_chr_param(&cp) != 0x4f) /* works for xterm */ in restore_DECCIR()