Searched refs:end_ansi_chars (Results 1 – 1 of 1) sorted by relevance
40 static char *end_ansi_chars; variable75 end_ansi_chars = lgetenv("LESSANSIENDCHARS"); in init_line()76 if (end_ansi_chars == NULL || *end_ansi_chars == '\0') in init_line()77 end_ansi_chars = "m"; in init_line()538 return (strchr(end_ansi_chars, (char) ch) != NULL);