Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.file.c696 Char *str_end, *word_start, last_Char, should_retype; in tenex() local
703 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()