Searched refs:last_Char (Results 1 – 1 of 1) sorted by relevance
696 Char *str_end, *word_start, last_Char, should_retype; in tenex() local703 last_Char = CTL_ESC(ASC(inputline[num_read - 1]) & ASCII); in tenex()705 if (last_Char == '\n' || (size_t)num_read == inputline_size) in tenex()707 command = (last_Char == ESC) ? RECOGNIZE : LIST; in tenex()711 if (last_Char == ESC) in tenex()