Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/less/
Dline.c41 static char *end_ansi_chars; variable
76 end_ansi_chars = lgetenv("LESSANSIENDCHARS"); in init_line()
77 if (end_ansi_chars == NULL || *end_ansi_chars == '\0') in init_line()
78 end_ansi_chars = "m"; in init_line()
539 return (strchr(end_ansi_chars, (char) ch) != NULL);