Searched refs:seqstr (Results 1 – 1 of 1) sorted by relevance
1772 const char* seqstr = NULL; // NULL terminated C-string in _console_read() local1781 seqstr = (normal); \ in _console_read()1798 seqstr = _get_keypad_sequence(control_key_state, (normal), \ in _console_read()1829 seqstr = "\n"; in _console_read()1831 seqstr = "\r"; in _console_read()1858 seqstr = ESC "\x7f"; in _console_read()1860 seqstr = "\x7f"; in _console_read()1866 seqstr = CSI "Z"; in _console_read()1868 seqstr = "\t"; in _console_read()1878 seqstr = ESC "\n"; in _console_read()[all …]