Searched refs:seqstr (Results 1 – 1 of 1) sorted by relevance
1667 const char* seqstr = NULL; // NULL terminated C-string in _console_read() local1676 seqstr = (normal); \ in _console_read()1693 seqstr = _get_keypad_sequence(control_key_state, (normal), \ in _console_read()1724 seqstr = "\n"; in _console_read()1726 seqstr = "\r"; in _console_read()1753 seqstr = ESC "\x7f"; in _console_read()1755 seqstr = "\x7f"; in _console_read()1761 seqstr = CSI "Z"; in _console_read()1763 seqstr = "\t"; in _console_read()1773 seqstr = ESC "\n"; in _console_read()[all …]